EADST

Config Anaconda Environment Path in Linux

After installing Anaconda, config Anaconda environment path in Linux

Step 1: Type sudo vim ~/.bashrc, then press "i" button

Step 2: Add this line at the end of the file "export PATH=/root/anaconda3/bin:$PATH", you may replace the path with your anaconda installed path

Step 3: Press "Esc" button, then type :wq

Step 4: Type source ~/.bashrc to refresh environment variable

Step 5: Type python to check the environment

相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文266篇,共被浏览440729

本站已经建立2019天!

热门文章
文章归档
回到顶部