-script
```shell-apt-repository ppa:deadsnakes/ppa
sudo add ```
– Install virtualenv on Python 3.9
Add dead-snakes repository:
Install Python 3.9, development package and the specific venv:
-script
```shell.9
sudo apt install python3.9-dev
sudo apt install python3.9-venv
sudo apt install python3 ```
3.9 virtualenv: Create Python
-script
```shell.9 -m venv py39
python3 ```
Install everything from the requirements.txt file (created via pip freeze > requirements.txt)
-r requirements.txt pip install