Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created July 1, 2020 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahgift/6eb220cf03ac8bee27236d8342e729d9 to your computer and use it in GitHub Desktop.
Save noahgift/6eb220cf03ac8bee27236d8342e729d9 to your computer and use it in GitHub Desktop.
#I am very lazy and I always want Python to work
echo "I am going to source a python virtual environment"
which python
python --version
source ~/.googlecloudshell/bin/activate
echo "I just sourced a python virtual environment"
which python
python --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment