Last active
August 22, 2025 15:55
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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