环境:centos7
I installed Python 3.4
on CentOS 7.3
:
There was python 2
installed before under
So version 3 is under python3
:
On windows, I have version 3.5 and the way I install packages is:
python -m pip install <package_name>
So I trIEd the same on CentOS but calling python3 instead of python:
python3 -m pip install psycopg2 /bin/python3: No module named pipHow do I install or enable pip in Python 3.4 on CentOS so that I can install packages?
使用如下方法解决:
sudo yum install python34-setuptools sudo easy_install-3.4 pip总结
以上是内存溢出为你收集整理的/bin/python3: No module named pip全部内容,希望文章能够帮你解决/bin/python3: No module named pip所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)