How to Activate Anaconda Environment in Terminal | Managing environments

Published: 25 March 2021
on channel: Research Rocks
16,249
76

In this vide we will se, How to Activate Anaconda Environment in Terminal

conda env list

Create a conda environment called ResearchRocks:

Python 2.7
$ conda create -n ResearchRocks python=2.7

Python 3.4
$ conda create -n ResearchRocks python=3.4

Python 3.5
$ conda create -n ResearchRocks python=3.5

after creating the ResearchRocks environment using one of the commands from your example, execute:

source activate ResearchRocks

Your question implies you named all your environments tensorflow. You probably want to give them different names which indicate which version of python.

Then type source deactivate to deactivate the current environment.

You probably didn't fully deactivate the Conda environment - remember, the command you need to use with Conda is conda deactivate (for older versions, use source deactivate). So it may be wise to start a new shell and activate the environment in that before you try. Then deactivate it.

conda env remove -n ResearchRocks

to remove the environment with that name. (--name is equivalent to -n)
--------------------------------------------------------------------------------------------------------------------
Please, Share, Support, Subscribe!
Subscribe:- https://www.youtube.com/researchrocks...
--------------------------------------------------------------------------------------------------------------------
Follow us on social media:
FACEBOOK:   / researchrocks  
INSTAGRAM:   / researchrocks  
TWITTER:   / bsangramsing  
--------------------------------------------------------------------------------------------------------------------
Get Rs. 2200 Free Coupon on Airbnb.com when signing up.
Link: https://www.airbnb.ca/c/sangramsingk
--------------------------------------------------------------------------------------------------------------------
#ResearchRocks 🇮🇳 #ResearchTraveller 🇮🇳 #ActivateAnacondaEnvironment #condaenvironment #activateenvironment #python #pythonforbeginners #pythonfullcourse #pythoncowboy #pythontutorial #pythoncourse #pythonsnake #pythoneatshuman #pythonprogramming #pythontutorialforbeginners #pythonproject #pythonbasics #pythoninterviewquestions #pythoncrashcourse #pythoncoding #pythonand #pythonandai #pythonandroidapp #pythonandpytorchdownload #pythonandmachinelearning #pythonanddjango #pythonandchatgpt #pythonandanaconda #pythonandroid #pythonandalligatorfight #pythonandflask #pythonandreact #pythonandhtml #pythonandarduino #pythonanddjangowebdevelopment
-------------------------------------------------------------------------------------------------------------------------------------------
Buy Me A Coffee: https://www.paypal.me/sangramsing​
-------------------------------------------------------------------------------------------------------------------------------------------
Disclaimer- Under fair use, such content is used for educational purposes. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, for purposes such as critique, comment, news reporting, teaching, scholarship, and research, provisions are made for' fair usage.' Fair use is a copyright statute-approved use that would otherwise be infringing. The balance in favor of fair use is driven by non-profit, educational or personal use. All copyright credit for the content used in the video goes to the valued creator.


Watch video How to Activate Anaconda Environment in Terminal | Managing environments online without registration, duration hours minute second in high quality. This video was added by user Research Rocks 25 March 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 16,249 once and liked it 76 people.