How to set a default environment for Anaconda / Jupyter?

后端 未结 4 1616
-上瘾入骨i
-上瘾入骨i 2020-12-30 08:02

I have installed Anaconda for my Machine Learning course. I\'m using it as IPython (Jupyter) notebook, in which we have lessons. OS is Ubuntu 14.04 LTS. Basically, I always

4条回答
  •  梦毁少年i
    2020-12-30 08:25

    Edit your bashrc and add source activate su_env then that env will always be active. To switch back to to root (or any other env) source activate env_name

提交回复
热议问题