Supersonicboss1
banner
supersonicboss1.co.uk
Supersonicboss1
@supersonicboss1.co.uk
professional idiot (he/him)
Their art is incredible! I love all the amazing art people make during pride month!
June 1, 2025 at 4:58 PM
I love the art, very cute (and true)!
June 1, 2025 at 4:37 PM
Yeah, using a venv should change the pip (and python) binary that is used to the one in the .venv folder in the project directory, so it shouldn't be needed in that case.
October 21, 2024 at 8:37 PM
Using python -m pip install will make it use the pip module for whatever version of python is currently the one in your PATH. just using pip install will use whatever pip binary is in your PATH, which could be for a different python install.
October 21, 2024 at 6:49 PM