python 2.7安装pip

python2.7的pip安装:

wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip2 --version

你可能感兴趣的:(数据处理,以太坊,python)