1
iwinux 2012-07-26 21:43:33 +08:00
Python默认版本有变化?
|
4
allenm 2012-07-26 22:28:06 +08:00
重新 sudo easy_install pip
然后再把需要的包装一遍 。。。。 |
5
okidogi 2012-07-27 00:10:24 +08:00
要及时freeze,然后装起来就一个命令,不然多悲剧阿。
平时没事儿的时候 * freeze pip freeze requirements.pip 当需要重装的时候 * install pip install -r requirements.pip |
6
okidogi 2012-07-27 00:11:11 +08:00
额,pip freeze > requirements.pip
|
8
jfding 2012-07-27 22:47:05 +08:00 1
1. sudo easy_install pip
2. sudo pip install virtualenv 3. install everything under virtualenv env |
9
jeff_kit 2012-07-29 22:23:22 +08:00
不仅是pip,python全新安装了,原来装的东西都没有了。好像path也改到/system下面了。悲剧。都要重装?
|
10
coldear 2012-07-30 07:42:06 +08:00
好像是需要装xcode的command line tools
|
11
from0tohero 2012-08-01 01:44:23 +08:00
>>> sys.prefix
'/System/Library/Frameworks/Python.framework/Versions/2.7' 貌似现在的位置在这里 囧,弄了一晚上才发现换地方了。。。求指导如何装BeautifulSoup。。。 |
12
from0tohero 2012-08-01 02:02:28 +08:00
@jeff_kit 貌似是的。。。
|