From 5d5df84913dc6e3e37a1ed524a9061a3234720a4 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Wed, 16 Aug 2017 10:35:00 -0700 Subject: clean up --- python/release.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/release.sh') diff --git a/python/release.sh b/python/release.sh index 5a5c5d33..b0bf3b3f 100755 --- a/python/release.sh +++ b/python/release.sh @@ -11,11 +11,8 @@ function run_install_test() { local PYTHON=$2 local PYPI=$3 - #virtualenv -p `which $PYTHON` test-venv virtualenv --no-site-packages -p `which $PYTHON` test-venv - #pip install --upgrade pip - # Intentionally put a broken protoc in the path to make sure installation # doesn't require protoc installed. touch test-venv/bin/protoc -- cgit v1.2.3