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

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type