Environment
Make sure pip is installed
Create a environments folder outside of where any project will live
In terminal
cd environments
python -m venv myEnv (myEnv is just the name your are giving the universal environment)
cd ../
Now activate the environment