Cannot run source activate with conda in Fish-shell

前端 未结 3 1270
猫巷女王i
猫巷女王i 2020-12-23 20:36

I follow conda_PR_545, conda issues 4221 and still not working on Ubuntu.

After downloading conda.fish from here, and mv it to anaconda3/bin/.

Add \"source /

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 21:13

    Adding conda's bin directory to PATH isn't recommended as of conda 4.4.0 https://github.com/conda/conda/blob/master/CHANGELOG.md#440-2017-12-20

    All you need to do is adding source /etc/fish/conf.d/conda.fish to config.fish.

提交回复
热议问题