anaconda在ubuntu中添加环境变量

sudo vim ~/.bashrc

export PATH=~/anaconda3/bin:$PATH ##自己anaconda的目录

 

立即生效,输入:source ~/.bashrc

你可能感兴趣的:(深度学习)