DEV Community

Saoni Deb
Saoni Deb

Posted on

2 2

Steps to create a virtual environment in Ananconda

Create and activate virtual environment:

conda -V
conda update conda
conda create -n <venvname> python=<x.x> anaconda
conda activate <venvname>
conda deactivate
Enter fullscreen mode Exit fullscreen mode

Install package in your venv:

conda install -n <venvname> <package>
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post