使用pip安装模块或为python3分发easy_install时,模块将安装为python 2.7或更早版本。我对mac操作系统和python本身都是新手(4个月左右)。我想安装分发和pip并为python 3.2工作。
使用easy_install或pip时,安装python 2.7会正常工作。这不是我想要的,但我尝试通过安装pip和easy install来解决这个问题:
sudo curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py |的 python3
而不是
sudo curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py |的蟒
这应该可以完成我想要做的事情,但是,在安装之后,我得到了:
new-host-6:~Eric $ pip install spynner
-bash:pip:command not found
如果任何人在获取pip并将easy_install分发给python3工作时有任何上述经验,那么非常感谢帮助。