py3自带了pip,但是终端不能直接使用,可能还是要加路径的,官网下载了没用,不会解压啊
打开终端,把pip拽进去
C:\Anaconda2\envs\py3\Scripts\pip.exe install tensorflow
一般安装包的方法
1.pip
pip install impyla
2.install directly from the repo
pip install git+https://github.com/cloudera/impyla.git
3.clone the repo
git clone https://github.com/cloudera/impyla.git
cd impyla
python setup.py install