Installation
In the new project file, open Terminal
conda create -p venv python==[version]
conda create -n myenv python=3.12 conda activate myenv