We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fd0f3 commit db197e1Copy full SHA for db197e1
iap/example_startup_script.sh
@@ -3,7 +3,7 @@ apt-get -y install git
3
apt-get -y install virtualenv
4
git clone https://github.com/GoogleCloudPlatform/python-docs-samples
5
cd python-docs-samples/iap
6
-virtualenv venv
+virtualenv venv -p python3
7
source venv/bin/activate
8
pip install -r requirements.txt
9
cat example_gce_backend.py |
0 commit comments