new python virtual environment cant get packages because they are all on the os code example
Example 1: create virtual environment python 3
python3 -m venv /path/to/new/virtual/environment
Example 2: create a virtualenv python3
py -m venv env
python3 -m venv /path/to/new/virtual/environment
py -m venv env