Create Virtual Environment in Python Using Conda

In this article, we’ll discuss about setting up virtual environments in python projects using conda.

While Anaconda Navigator is a nice tool to use to get an overview, being able to run your code from the command line can be convenient, too. With the …


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Arpit

In this article, we’ll discuss about setting up virtual environments in python projects using conda.

While Anaconda Navigator is a nice tool to use to get an overview, being able to run your code from the command line can be convenient, too. With the conda command, which is luckily extremely easy.

First, you need to open the conda shell. You can do this from Anaconda Navigator if you wish, but you can also run it straight away.

How to Create Conda environment

On Windows, you can open Anaconda Prompt or Anaconda PowerShell Prompt from the start menu.

For Linux and OS X, the most convenient method is to initialize the shell integration. For zsh, you can use:

`$ conda init zsh`

....Please visit below link for complete article.
https://the-tech-monk.medium.com/create-share-python-virtual-environment-using-conda-6dd9112a34f6?source=friends_link&sk=de6321c3e7500a4aad0209158423fdf1


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Arpit


Print Share Comment Cite Upload Translate Updates
APA

Arpit | Sciencx (2022-12-26T19:54:47+00:00) Create Virtual Environment in Python Using Conda. Retrieved from https://www.scien.cx/2022/12/26/create-virtual-environment-in-python-using-conda/

MLA
" » Create Virtual Environment in Python Using Conda." Arpit | Sciencx - Monday December 26, 2022, https://www.scien.cx/2022/12/26/create-virtual-environment-in-python-using-conda/
HARVARD
Arpit | Sciencx Monday December 26, 2022 » Create Virtual Environment in Python Using Conda., viewed ,<https://www.scien.cx/2022/12/26/create-virtual-environment-in-python-using-conda/>
VANCOUVER
Arpit | Sciencx - » Create Virtual Environment in Python Using Conda. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/12/26/create-virtual-environment-in-python-using-conda/
CHICAGO
" » Create Virtual Environment in Python Using Conda." Arpit | Sciencx - Accessed . https://www.scien.cx/2022/12/26/create-virtual-environment-in-python-using-conda/
IEEE
" » Create Virtual Environment in Python Using Conda." Arpit | Sciencx [Online]. Available: https://www.scien.cx/2022/12/26/create-virtual-environment-in-python-using-conda/. [Accessed: ]
rf:citation
» Create Virtual Environment in Python Using Conda | Arpit | Sciencx | https://www.scien.cx/2022/12/26/create-virtual-environment-in-python-using-conda/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.