Quantcast
Channel: When using conda, "source activate [env_name]" doesn't work but "conda activate [env_name]" works - Ask Ubuntu
Browsing latest articles
Browse All 4 View Live

Answer by MD. Tanvir Sarwar for When using conda, "source activate...

You can try this commands to resolve:conda activate thensource activate [env name]After finishing your task, you can deactivate the environment by :conda deactivate

View Article



Answer by SaTa for When using conda, "source activate [env_name]" doesn't...

This behavior is since 4.4 version. Take a look at this page.Conda 4.4 introduced new scripts that make activation behavior uniform across operating systems. Where you once had “source activate...

View Article

Answer by Vishal Muthuraja for When using conda, "source activate [env_name]"...

The problem may be because the Anaconda directory is not part of your PATH. You can check this by entering the following command in your terminal. If you don't see the Anaconda directory(Looks...

View Article

When using conda, "source activate [env_name]" doesn't work but "conda...

I have been using conda for a few months. The following is the version that I'm using:conda -Vconda 4.5.4Previously, to activate or to deactivate the conda environment, I think I have used the...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images