How to run Conda?

后端 未结 30 2101
予麋鹿
予麋鹿 2020-11-22 08:56

I installed Anaconda and can run Python, so I assume that I installed it correctly. Following this introductory documentation, I am trying to install Python v3.3, so I am co

30条回答
  •  一向
    一向 (楼主)
    2020-11-22 09:29

    In my case conda Path was properly set (in .bashrc) by the conda installation bash. But to make it works I had to give executable file permissions to files in bin sub folder with chmod +x *.

    My system info:

    conda 4.2.9

    Operating System: Debian GNU/Linux 8 (jessie)

    Kernel: Linux 3.16.0-4-amd64

    Architecture: x86-64

提交回复
热议问题