Python
December 28, 2018
Create virtual environments for python with conda
1. Check conda is installed and in your PATH
Open a terminal client.
Enter conda -V into the terminal command line and press enter.
If conda is installed you should...