gll89的个人博客分享 http://blog.sciencenet.cn/u/gll89

博文

[转载]Anaconda installation and path configuration on windows

已有 1798 次阅读 2019-4-29 21:41 |个人分类:DeepLearning|系统分类:科研笔记|文章来源:转载


  1. Download Anaconda from the official website

  2. Select the default options

    image.png

  3. Check whether Jupyter can be run successfully by entering "jupyter notebook"

4. If you didn’t check the add Anaconda to path argument during the installation process, you will have to add python and conda to your environment variables. You know you need to do so if you open a command prompt (not anaconda prompt) and get the following messages

image.png

Messages like this mean you havent added python or conda to your path yet. In the next step, we will fix this

5. This step gives two options for adding python and conda to your path (only choose 1 option).

If you don’t know where your conda and/or python is, you type the following commands into your anaconda prompt

image.png

Then, you can add Python and Conda to your path by using the setx command in your command prompt.

Added Conda and Python to my Environment Variables.

image.png

6. Close the current command prompt and open a new one. Try typing python and conda in your command prompt to see if the paths are saved. Done!


https://medium.com/@GalarnykMichael/install-python-on-windows-anaconda-c63c7c3d1444



https://blog.sciencenet.cn/blog-1969089-1176238.html

上一篇:[转载]Residual blocks--Building blocks of ResNet
下一篇:[转载][Python] 异常try-except-else,try-finally,raise
收藏 IP: 60.191.2.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-25 05:58

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部