我在linux机器上安装了anaconda.我注意到在停用anaconda环境后:
source deactivate
Run Code Online (Sandbox Code Playgroud)
运行时:
which python
Run Code Online (Sandbox Code Playgroud)
我明白了:
/home/user/anaconda/bin/python
Run Code Online (Sandbox Code Playgroud)
代替
/usr/bin/python
Run Code Online (Sandbox Code Playgroud)
我该如何恢复此设置?