I write this guidance for windows users. Hopefully, it will be helpful.
Download and install miniconda3.
http://conda.pydata.org/miniconda.html
py=3.5 and windows
Then start Anaconda Prompt
If you cannot find it, go to the default path, run activate.bat by using terminal: normally, it should be in:
C:\Users\ [your username] \Miniconda3\Scripts\activate.bat
Before we do the same thing as what teacher told, we should run this commend:
conda install git
Then according to teacher ‘s guidence
Just change one thing:
conda create --name lab1
to
conda create -n lab1 python=3.5
(which is should also can solve people who choose MLP last semester on DICE, and just run this commend instead of the old one)
Others just remain.
Hope this can help you.
If you have any problems pls just write here, let's solve it together.
本文指导如何在Windows系统中安装并配置Miniconda3,解决Conda2和Conda3共存导致的环境创建混乱问题。通过指定Python版本创建环境,确保系统正确识别并使用所需的Python版本。
2349

被折叠的 条评论
为什么被折叠?



