conda environment in google colab [google-colaboratory]

前端 未结 4 1688
天命终不由人
天命终不由人 2021-02-05 08:40

I am trying to create a conda environmet in google colab notebook. I succesfully installed conda with the following comannd

!wget -c https://repo.contin

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 08:53

    A very quick fix would be to run the command:

    source PATH/to/activate env_name
    

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

提交回复
热议问题