create venv ubuntu 20.04

C++
sudo apt-get install python3-venv

 python3 -m venv .venv
Source

Also in C++: