1 article on the topic
Simplest way to create a virtual environment in Python 3
Posted on Monday, 07 October 2019
First install python3-venv package using apt then execute python3 -m venv project_env
Tagged under Python