Option for venv to upgrade pip automatically?

Marco Sulla Marco.Sulla.Python at gmail.com
Tue Dec 28 14:53:39 EST 2021


I think it's very boring that, after creating a venv, you have
immediately to do every time:

pip install -U pip

Can't venv have an option for doing this automatically or, better, a
config file where you can put commands that will be launched every
time after you create a venv?


More information about the Python-list mailing list