Well, you never showed us if the venv is activated or not.
The correct syntax is
The correct syntax is
Code:
# create a venv with whatever version of Python you want to use$ python -m venv env --system-site-packages# activate the venv just created$ source ./env/bib/activate# list what packages the venv can see$ (env) pip list
Statistics: Posted by memjr — Wed Mar 13, 2024 3:47 am