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

The specified initialization vector (IV) does not match the block size for this algorithm