Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc14e9d + db197e1 commit a29cc72Copy full SHA for a29cc72
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