install_pip.sh: Remove stale comments

Change-Id: Id91c8e579977bedae1410095d9b4cef9d9ae2178
This commit is contained in:
YAMAMOTO Takashi 2016-03-18 21:24:46 +09:00
parent 1dd875d48e
commit 7c98cfb56e

View File

@ -2,12 +2,9 @@
# **install_pip.sh** # **install_pip.sh**
# install_pip.sh [--pip-version <version>] [--use-get-pip] [--force]
#
# Update pip and friends to a known common version # Update pip and friends to a known common version
# Assumptions: # Assumptions:
# - update pip to $INSTALL_PIP_VERSION
# - if USE_PYTHON3=True, PYTHON3_VERSION refers to a version already installed # - if USE_PYTHON3=True, PYTHON3_VERSION refers to a version already installed
set -o errexit set -o errexit