oce*_*800 2 python linux bash anaconda
所以,我根据来自官方的指示安装巨蟒为Python 3.6 的下载页面,也这个.
我按照所有步骤,当有人问我是否要将Anaconda3安装位置添加到我的时候bashrc我说是的.当我打印出该文件的内容时,我有:
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# added by Anaconda 2.3.0 installer
export PATH="/home/username/anaconda/bin:$PATH"
# added by Anaconda3 4.3.1 installer
export PATH="/home/username/anaconda3/bin:$PATH"
Run Code Online (Sandbox Code Playgroud)
显然,它已被添加.但是,当我跑步时conda -V,我得到:
bash:conda:找不到commmand ...
还有什么可以导致这个?
| 归档时间: |
|
| 查看次数: |
12558 次 |
| 最近记录: |