ubuntu進入conda環境的方法:
1.打開終端,輸入以下命令。
gedit .bashrc
2.在.bashrc文件末尾添加以下命令。
source activate
3.最后在終端中執行“source .bashrc ”,則可以默認進入conda環境的base。