ubuntu移动anaconda到其他文件夹后不能用

由于虚拟机ubuntu只设置了30G,磁盘快满了,自己又挂载了一块磁盘,打算将/dev/sda1中的部分文件移动到新的磁盘/dev/sdb1中,但是移动anaconda后,在中断里输入conda报错,在bashrc中更改环境变量也无效。

修改环境变量方法:

https://blog.csdn.net/qq_34638161/article/details/80515015

官方方法:

https://docs.anaconda.com/anaconda/user-guide/tasks/move-directory

Github中有相同的问题:

https://github.com/ContinuumIO/anaconda-issues/issues/270

I think the answer should reflect that moving Anaconda is not possible for any operating system, not just for Linux.

I think at least you should mention it along with saying that Anaconda  is not movable.

Simply creating a soft link named the original directory that directs to the new directory could solve the problem.  ln -s moved_directory original_directory


你可能感兴趣的:(Python学习,Ubuntu学习)