realpython / python-guide

Python best practices guidebook, written for humans.
https://docs.python-guide.org
Other
28.32k stars 5.83k forks source link

Update gpip function to use explicit false value #1100

Closed trk9001 closed 3 years ago

trk9001 commented 3 years ago

This closes #1099.

The previously suggested shell function gpip for installing global packages while pip was configured to require an active virtual environment would not work as intended in all cases. Please see the associated issue for more details.

jeffwidman commented 3 years ago

@dbader any chance ☝️ could be merged? It's a valid fix.

dbader commented 3 years ago

Ah perfect, thanks @jeffwidman. LGTM!

jeffwidman commented 3 years ago

Thanks!