普通PC机安装MACOSX

更新时间:02-05 教程 由 傲骨 分享

普通PC机安装MACOSX?

已成功卸载:

第一步:安装pip,终端里sudo -i输入密码后,输入easy_install pip:

1:~ root# easy_install pip

Searching for pip

Best match: pip 6.0.8

Adding pip 6.0.8 to easy-install.pth file

Installing pip script to /Library/Frameworks/Python.framework/Versions/2.7/bin

Installing pip3.4 script to /Library/Frameworks/Python.framework/Versions/2.7/bin

Installing pip3 script to /Library/Frameworks/Python.framework/Versions/2.7/bin

Using /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages

Processing dependencies for pip

Finished processing dependencies for pip

第二步:卸载pycrypto(我把输入错误的命令也写上来了,不要笑)

1:~ root# pip uninstall -r

Usage:

pip uninstall [options]

...

pip uninstall [options] -r ...

-r option requires an argument

1:~ root# pip uninsatll -r pycrypto

ERROR: unknown command "uninsatll" - maybe you meant "uninstall"

1:~ root# pip uninstall -r pycrypto

Could not open requirements file: [Errno 2] No such file or directory: 'pycrypto'

1:~ root# pip unistall -y pycrypto

ERROR: unknown command "unistall" - maybe you meant "uninstall"

1:~ root# pip uninstall -y pycrypto

Uninstalling pycrypto-2.6.1:

Successfully uninstalled pycrypto-2.6.1

声明:关于《普通PC机安装MACOSX》以上内容仅供参考,若您的权利被侵害,请联系13825271@qq.com
本文网址:http://www.25820.com/tutorial/14_2300506.html