Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Prereqs

first we need the python3-venv installed

sudo apt install python3.10-venv

create a virtusl environment (here I will install that in a specific directory)

python3 -m venv /home/ganindu/Workspace/venv_dir/PY310

activate the venv

source /home/ganindu/Workspace/venv_dir/PY310/bin/activate