Anaconda tutorial: This video teaches you how to create Virtual Envirnment for python in Anaconda Navigator . Anaconda is extremely useful for managing all of your python packages across a variety of projects.
For install Anaconda Navigator plz watch my this video :
• How to Create Environment in Anaconda | Co...
It also show create Virtual Envirnment for python using the conda command in your cmd. Commands as follows:
Note : -- To add path in Envirmment variable , go to Envirnment variable , then select path and click on edit and add path of anaconda :
C:\Users\prabh\anaconda3
C:\Users\prabh\anaconda3\Scripts
( replace C:\Users\prabh to the path of anaconda )
To create an environment:
conda create --n myenv python=3.8
Note
Replace myenv with the environment name and 3.8 is the version of python .
When conda asks you to proceed, type y:
proceed ([y]/n)?
This creates the myenv environment in /envs/. No packages will be installed in this environment.
To activate virtual Envirnment :
conda activate myenv
And to deactivate Envirnment :
conda deactivate
And to delete Envirnment :
conda env remove --name myenv
#anaconda tutorial #anaconda #python #pythontutorial
On this page of the site you can watch the video online How to Create Environment in Anaconda | Command prompt | Python Virtual Environment Manager| Python with a duration of hours minute second in good quality, which was uploaded by the user Harshita Choudhary 16 January 2022, share the link with friends and acquaintances, this video has already been watched 326 times on youtube and it was liked by 19 viewers. Enjoy your viewing!