0
点赞
收藏
分享

微信扫一扫

180317 Add Anaconda Path to Environment

暮晨夜雪 2023-03-03 阅读 179


180317 Add Anaconda Path to Environment_bash


Step1:

Change to to the home directory and open the hidden file .bashrc

Step2:
Add the following code

export PATH=~/anaconda3/bin:$PATH

180317 Add Anaconda Path to Environment_bash_02


举报

相关推荐

0 条评论