conda create -n myenv python=3.11

Category: Python & pip

conda create -n myenv python=3.11

Create a conda virtual environment with Python 3.11

Creates a conda virtual environment with a specific Python version. conda manages both packages and environments.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.