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
vnady
V2EX  ›  Python

Anaconda 管理 Python 环境

  •  
  •   vnady · 2018-08-03 15:37:01 +08:00 · 1963 次点击
    这是一个创建于 2092 天前的主题,其中的信息可能已经有所发展或是发生改变。

    1、官网下载


    查看帮助信息

    > conda -h

    $ conda -h

    创建新环境

    > conda create --name env_name python=3.6.5

    激活创建的环境

    > activate env_name

    去激活

    > deactivate

    查看已有 python 环境

    > conda info -e

    创建 env 的 help 信息是错误的: img

    windows 上使用还是挺方便的。Linux/MacOs 上还是 virtualenv 方便。

    2 条回复    2018-08-03 20:50:42 +08:00
    iwaifor
        1
    iwaifor  
       2018-08-03 16:02:30 +08:00
    add PyCharm 用起来很好
    kavana
        2
    kavana  
       2018-08-03 20:50:42 +08:00
    楼上+1
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3621 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 10:42 · PVG 18:42 · LAX 03:42 · JFK 06:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.