How to Activate Anaconda Environment in Terminal | Managing environments

Опубликовано: 25 Март 2021
на канале: 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.


Смотрите видео How to Activate Anaconda Environment in Terminal | Managing environments онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Research Rocks 25 Март 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 16,249 раз и оно понравилось 76 людям.