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

Anaconda 管理 Python 环境

  •  
  •   vnady · Aug 3, 2018 · 2774 views
    This topic created in 2834 days ago, the information mentioned may be changed or developed.

    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 replies    2018-08-03 20:50:42 +08:00
    iwaifor
        1
    iwaifor  
       Aug 3, 2018
    add PyCharm 用起来很好
    kavana
        2
    kavana  
       Aug 3, 2018
    楼上+1
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   959 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 79ms · UTC 22:21 · PVG 06:21 · LAX 15:21 · JFK 18:21
    ♥ Do have faith in what you're doing.