79551655

Date: 2025-04-02 22:09:09
Score: 3
Natty:
Report link

Does no-one use virtual environments?

# Install global pip packages using sudo at your own un-needed risk. 
python3 -m venv ./venv
. ./venv/bin/activate
# OR 
source ./venv/bin/activate
pip3 install google-cloud-pubsub

deactivate # To get out of venv
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jason Cox