2014年2月19日 星期三

rename python virtual environment

$ virtualenv --relocatable {ENV}
$ vi {ENV}/bin/activate
# 42 行,更改 VIRTUAL_ENV 至新的路徑名稱
VIRTUAL_ENV="{NEW_ENV}" 
$ mv {ENV} {NEW_ENV}





References :
python - What parts of a virtualenv need to be changed to relocate it? - Stack Overflow 

沒有留言:

張貼留言