V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
yoyicue
V2EX  ›  Python

python 版本管理 pythonbrew

  •  
  •   yoyicue ·
    yoyicue · Feb 20, 2012 · 5734 views
    This topic created in 5181 days ago, the information mentioned may be changed or developed.
    类似 rvm, 和 virtualenv 配合使用, 灰常喜欢

    https://github.com/utahta/pythonbrew/
    https://github.com/pypa/virtualenv/
    4 replies    1970-01-01 08:00:00 +08:00
    nouh
        1
    nouh  
       Feb 20, 2012
    感觉这个比virtualenv更强,可以管理python的版本,更接近RVM一些。有了这个还需要virtualenv么?
    yoyicue
        2
    yoyicue  
    OP
       Feb 20, 2012
    @nouh 需要呀 相同python版本的不同env 不同的app相互独立
    nouh
        3
    nouh  
       Feb 20, 2012
    @yoyicue 嗯,看了下它的说明,是直接整合了virtualenv进去,直接用以下命令操作即可:):
    pythonbrew venv init
    pythonbrew venv create proj
    pythonbrew venv list
    pythonbrew venv use proj
    pythonbrew venv delete proj
    mywaiting
        4
    mywaiting  
       Feb 20, 2012
    好东西,Python也有个像Rvm的东西了.........不过话说回来,多数时候,没有必要老切换版本吧.......
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1019 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 22:23 · PVG 06:23 · LAX 15:23 · JFK 18:23
    ♥ Do have faith in what you're doing.