Browse code

Merge "install_pip.sh: Remove stale comments"

Jenkins authored on 2016/03/31 08:40:06
Showing 1 changed files
... ...
@@ -2,12 +2,9 @@
2 2
 
3 3
 # **install_pip.sh**
4 4
 
5
-# install_pip.sh [--pip-version <version>] [--use-get-pip] [--force]
6
-#
7 5
 # Update pip and friends to a known common version
8 6
 
9 7
 # Assumptions:
10
-# - update pip to $INSTALL_PIP_VERSION
11 8
 # - if USE_PYTHON3=True, PYTHON3_VERSION refers to a version already installed
12 9
 
13 10
 set -o errexit