Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a29cc72

Browse files
author
Sarath Kaul
authored
Merge branch 'master' into master
2 parents fc14e9d + db197e1 commit a29cc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iap/example_startup_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apt-get -y install git
33
apt-get -y install virtualenv
44
git clone https://github.com/GoogleCloudPlatform/python-docs-samples
55
cd python-docs-samples/iap
6-
virtualenv venv
6+
virtualenv venv -p python3
77
source venv/bin/activate
88
pip install -r requirements.txt
99
cat example_gce_backend.py |

0 commit comments

Comments
 (0)