Reference:
https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/conda/
I\'ve run the following commands to install conda and create a virtual env
The next time you open the terminal and the prompt is (base) C:\Users\whatever> Just type: (base) C:\Users\whatever> conda activate ENV1
Your prompt should change to: (ENV1) C:\Users\whatever>
And once your work is done just say: (ENV1) C:\Users\whatever> conda deactivate
Because it's obviously inconvenient to keep deleting the folder over and over