V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
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
chengzhoukun
V2EX  ›  Python

这种情况下怎么快速切换 Python 环境?

  •  
  •   chengzhoukun · 2015-05-18 08:46:27 +08:00 via Android · 4453 次点击
    这是一个创建于 3277 天前的主题,其中的信息可能已经有所发展或是发生改变。
    系统为Ubuntu 14.04,自带Python2.7,
    然后我自己装了anaconda(Python3.4),安装了django1.8.1,
    现在想在sae写点django项目(Python2.7 + django1.4)
    virtualenv,pyenv,pyvenv哪种方式最好?
    16 条回复    2015-05-19 10:12:49 +08:00
    jun4rui
        1
    jun4rui  
       2015-05-18 08:48:52 +08:00
    virtualenv比较熟练,感觉挺方便,一条命令就切换了,其他没用过
    aec4d
        2
    aec4d  
       2015-05-18 08:50:44 +08:00
    virtualenv+virtualenvwrapper
    pyenv是3.4自带的
    pyvenv这个倒是还没听过
    jiang42
        3
    jiang42  
       2015-05-18 08:53:55 +08:00
    anaconda 自带虚拟环境。。。
    echo1937
        4
    echo1937  
       2015-05-18 09:03:45 +08:00
    @jiang42 我也用Anaconda,终于找到一个类似的了
    qinkun1234
        5
    qinkun1234  
       2015-05-18 09:10:30 +08:00
    @jiang42 anaconda
    fyl00
        6
    fyl00  
       2015-05-18 09:26:32 +08:00
    在用virtualenv+virtualenvwrapper,挺方便的
    chengzhoukun
        7
    chengzhoukun  
    OP
       2015-05-18 09:36:15 +08:00 via Android
    @jiang42 谢谢,我找找文档看看
    flyee
        8
    flyee  
       2015-05-18 09:56:10 +08:00
    anaconda
    clino
        9
    clino  
       2015-05-18 09:58:16 +08:00
    @fyl00 我挺奇怪为什么 virtualenv不把virtualenvwrapper的功能整合进去呢?
    RIcter
        10
    RIcter  
       2015-05-18 10:39:44 +08:00
    pyenvv
    RIcter
        11
    RIcter  
       2015-05-18 10:39:52 +08:00
    多了个 v
    jun4rui
        12
    jun4rui  
       2015-05-18 17:31:44 +08:00
    @clino 因为一般人没那么多虚拟环境的需求吧?virtualenvwrapper也就没啥用武之地了?
    clino
        13
    clino  
       2015-05-18 18:08:15 +08:00
    @jun4rui 哦,跟我想的不太一样,照我之前想的多个env我就创建多个目录就好了,对这个功能的需求确实不是很强烈
    jun4rui
        14
    jun4rui  
       2015-05-18 18:20:57 +08:00
    @clino 嗯,而且pycharm这种IDE还可以直接配置、选择virtualenv的环境,要操作直接打开控制台就是这个环境下面了,也很方便。
    chengzhoukun
        15
    chengzhoukun  
    OP
       2015-05-18 18:44:12 +08:00 via Android
    @jun4rui 对,我在Windows就是直接用Python tools for Visual Studio的virtualenv的
    dododada
        16
    dododada  
       2015-05-19 10:12:49 +08:00
    docker
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2796 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 15:50 · PVG 23:50 · LAX 08:50 · JFK 11:50
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.