Reference: Conda Cheat Sheet - https://docs.conda.io/projects/conda/...
1. Create a virtual environment named practice-env (you can choose whatever name you need) using Python version 3.10 (you can choose the version you need).
conda create --name practice-env python=3.10
2. Activate the virtual environment
conda activate practice-env
3. Deactivate the virtual env
conda deactivate
4. Check all the environments we have on our system
conda env --list
The benefit of creating virtual env with conda is, that they all are centralized, so we can see all the environments using that command. The default Python venv is path-specific, so we must be on the correct path to acknowledge that particular environment's existence, and packages within that environment.
Auf dieser Seite können Sie das Online-Video Create Virtual Environment using a specific Python version (for a project) mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Bhavik 27 Mai 2024 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 19 Mal angesehen und es wurde von 0 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!