Quantcast
Viewing all articles
Browse latest Browse all 5087

General discussion • Re: Unable to inherit system packages

Well, you never showed us if the venv is activated or not.

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



Viewing all articles
Browse latest Browse all 5087

Trending Articles