One for all,all for one.
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
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言