Skip to content

Instantly share code, notes, and snippets.

@mh0w
Last active August 22, 2025 15:55
Show Gist options
  • Select an option

  • Save mh0w/26d26500a0286ffe8827d04b138a83bb to your computer and use it in GitHub Desktop.

Select an option

Save mh0w/26d26500a0286ffe8827d04b138a83bb to your computer and use it in GitHub Desktop.
GCP Cloud Shell Editor (ephemeral) - creating a venv with a specific python version
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.10
sudo apt install python3.10-venv
# You can then use Python interpreter /bin/python3.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment