Conda environment cheat sheet



Creating environment in conda

conda create --name myAppName

Listing all your python environment

conda env list

Activating your environment

activate myAppName


Enabling pip in this environment

conda install -n myenv pip


Working with flask command in Windows

Start off flask with port 3000

flask run -h localhost -p 3000







Comments

Popular posts from this blog

vllm : Failed to infer device type

android studio kotlin source is null error

gemini cli getting file not defined error