登录后在命令行输入:
vim ~/.bash_profile
然后在打开的文件末尾加入以下代码(每次打开新终端可以自动执行 source ~/.bashrc):
if [ -f ~/.bashrc ];
then
source ~/.bashrc
conda activate python3_6
fi
最后输入::wq 保存即可。
登录后在命令行输入:
vim ~/.bash_profile
然后在打开的文件末尾加入以下代码(每次打开新终端可以自动执行 source ~/.bashrc):
if [ -f ~/.bashrc ];
then
source ~/.bashrc
conda activate python3_6
fi
最后输入::wq 保存即可。