#Pip3_pip

7 messages · Page 1 of 1 (latest)

vast furnace
#

I need help, im trying to use a repo and when i install -r requirements.txt theres give me an fatal error, i hace alredy installed python3-full

teal heart
#

you can't use the system pip

#

you must make a venv and install dependencies there

#

venvs are tiny python environments that contain a python3 interpreter, pip, and a temporary activation script

vast furnace
#

So, sudo apt install venv? Sorry for my ignorance, im new

teal heart
#

you should already have the venv module, it comes in any python installation, like pip

#

just invoke it with python3 -m venv /path/to/your/project/.venv