【解决方法】ubuntu下conda: command not found
程序员文章站
2022-07-12 13:15:13
...
安装好Anaconda3后,创建虚拟环境时显示
conda: command not found
解决方法:
- Ctrl+Alt+T打开终端
- 输入
sudo apt install vim
安装vim - 输入
vim ~/.bashrc
- 在文本最后添加环境变量
export PATH=~/anaconda3/bin:$PATH
- 输入
anaconda -v
显示:
WARNING: The conda.compat module is deprecated and will be removed in a future release.
anaconda Command line client (version 1.7.2)
OK.
上一篇: 常用算法
下一篇: RabbitMQ -- 安装及配置
推荐阅读
-
bash scp command not found的解决方法
-
LNMP下提示File not found问题的解决方法
-
ubuntu下安装vue/cli提示No command 'vue' found
-
ubuntu16.04下安装openssh-server报依赖错误的完美解决方法(非常不错)
-
ubuntu下磁盘空间不足导致mysql无法启动的解决方法
-
sudo service: command not found 报错的解决方法
-
linux下提示bash:command not found
-
ubuntu系统下matplotlib中文乱码问题的解决方法
-
ubuntu 16.04下不能启动Steam的解决方法
-
Ubuntu 16.04下无法安装.deb的解决方法