pythonbrew多版本管理工具

####pythonbrew多版本管理工具 pythonbrew是一個python版本管理的工具,具體命令見http://pythonbrew.readthedocs.org/en/latest/。python

#####pythonbrew install 2.5.6 的問題 在安裝python 2.5.6的時候遇到編譯錯誤make: *** [Modules/getbuildinfo.o] error 1,google了一番,參考了http://askubuntu.com/questions/398481/make-python2-5-failed-on-ubuntu-13-04的解決方法。 在python 2.5.6下載解壓後的目錄/HOME/.pythonbrew/build/Python-2.5.6, 手動執行SVNVERSION=not-found ./configure --prefix=/HOME/.pythonbrew/pythons/Python-2.5.6, 把python2.5.6安裝到了pythonbrew預約的目錄就能夠了。ubuntu

#####pythonbrew管理虛擬環境工具

  1. pythonbrew venv init
  2. pythonbrew venv create proj -p x.x.x
  3. 以上2步就建立了一個可用的虛擬環境,而後到須要環境的工程,執行pythonbrew venv use proj就可使用以前建立的虛擬環境了。

ps:pythonbrew有個別名pybrewui

相關文章
相關標籤/搜索