To create a vitual environment ============================= #### cd to the place you want to make it and... python3 -m venv venv To activate a virtual environment ==================================== #### cd to the folder where "venv" is and... source venv/bin/activate