24
loading...
This website collects cookies to deliver better user experience
python3 -V
Python 3.8.10
venv
module.sudo apt install python3-venv
python3 -m venv my-project-env
my-project-env
which contains a copy of the python supporting files for the virtual environment.source my-project-env/bin/activate
pip install numpy