• Home
  • About
    • 朱智博在Github上的Blog photo

      朱智博在Github上的Blog

      朱智博,朱智博的博客,zhuio,zhuio.github.io,

    • Learn More
    • Email
    • Github
    • Weibo
  • Posts
    • All Posts
    • All Tags
  • Projects

anaconda简单使用

23 May 2017

Reading time ~1 minute

anaconda基本命令

  conda create -n pyenv python=3.5

anaconda加速

  conda config --add channels 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/'
  conda config --set show_channel_urls yes


anaconda Share Tweet +1