How to create a virtual environment in Python3?
Install whatever Python3 package you want for your OS, along with pip. For example for Ubuntu:
Go into a directory you want to use as a base and run the following:
The last line is important to avoid compatibility problems when installing new packages with pip.