Show More
@@ -238,6 +238,7 b' ancient virtualenv from their linux dist' | |||
|
238 | 238 | the default for them. |
|
239 | 239 | $ unset PYTHONPATH |
|
240 | 240 | $ "$PYTHON" -m virtualenv --no-site-packages --never-download installenv >> pip.log |
|
241 | DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. (?) | |
|
241 | 242 | Note: we use this weird path to run pip and hg to avoid platform differences, |
|
242 | 243 | since it's bin on most platforms but Scripts on Windows. |
|
243 | 244 | $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log |
General Comments 0
You need to be logged in to leave comments.
Login now