sudo apt install python3-venv
python3 -m venv ~/venv_python
source ~/venv_python/bin/activate
YKpages Home Page