Skip to content

Commit db197e1

Browse files
engelkebusunkim96
authored andcommitted
Use Python 3 in virtual environment (GoogleCloudPlatform#2713)
1 parent 85fd0f3 commit db197e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iap/example_startup_script.sh

+1-1
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)