首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐学习书目
›
Learn Python the Hard Way
Python Sites
›
PyPI
- Python Package Index
›
http://diveintopython.org/toc/index.html
›
Pocoo
值得关注的项目
›
PyPy
›
Celery
›
Jinja2
›
Read the Docs
›
gevent
›
pyenv
›
virtualenv
›
Stackless Python
›
Beautiful Soup
›
结巴中文分词
›
Green Unicorn
›
Sentry
›
Shovel
›
Pyflakes
›
pytest
Python 编程
›
pep8 Checker
Styles
›
PEP 8
›
Google Python Style Guide
›
Code Style from The Hitchhiker's Guide
V2EX
›
Python
python pip 问题求助
ruixianxx
·
2016-01-29 16:46:32 +08:00
· 2425 次点击
这是一个创建于 3206 天前的主题,其中的信息可能已经有所发展或是发生改变。
题主使用的是 os x 环境,安装了 python2 和 python3,因为 xcode 可能会用到 'python' 命令,所以'python'这个命令是指向 python2 的,但是我在使用 pip3 安装包的时候,运行的命令是 'command python setup.py' ,这个命令用的是 python2, 导致一些包安装不上 ,有什么方法能够把 'command python setup.py' 这个命令改成 'command python3 setup.py' 么? 谢谢各位了
Python
python2
命令
command
3 条回复
•
2016-01-29 17:30:10 +08:00
1
lln133208
2016-01-29 16:52:11 +08:00
试试 pyenv
2
22too
2016-01-29 17:05:28 +08:00
直接使用命令行:python3
setup.py
install ,不要再 ide 中做这些事情,比较麻烦。
3
ruixianxx
OP
2016-01-29 17:30:10 +08:00
@
lln133208
@
22too
感谢两位... 我最终换了个库..
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
979 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms ·
UTC 22:05
·
PVG 06:05
·
LAX 14:05
·
JFK 17:05
Developed with
CodeLauncher
♥ Do have faith in what you're doing.