linux中环境变量配置

108 阅读1分钟
1.打开文件:~/.bash_profile在里面编写
# Anaconda	#注释
export PATH="bin文件路径/bin:$PATH"
2.保存,source .bash_profile	就可以了