tests/test-install.t
changeset 32944 404b6acfa192
parent 32940 75be14993fda
child 32954 b5305a499dfc
equal deleted inserted replaced
32943:750c3b1bb8a3 32944:404b6acfa192
   183   $ cd $TESTTMP
   183   $ cd $TESTTMP
   184 Note: --no-site-packages is deprecated, but some places have an
   184 Note: --no-site-packages is deprecated, but some places have an
   185 ancient virtualenv from their linux distro or similar and it's not yet
   185 ancient virtualenv from their linux distro or similar and it's not yet
   186 the default for them.
   186 the default for them.
   187   $ unset PYTHONPATH
   187   $ unset PYTHONPATH
   188   $ $PYTHON -m virtualenv --no-site-packages installenv >> pip.log
   188   $ $PYTHON -m virtualenv --no-site-packages --never-download installenv >> pip.log
   189 Note: we use this weird path to run pip and hg to avoid platform differences,
   189 Note: we use this weird path to run pip and hg to avoid platform differences,
   190 since it's bin on most platforms but Scripts on Windows.
   190 since it's bin on most platforms but Scripts on Windows.
   191   $ ./installenv/*/pip install $TESTDIR/.. >> pip.log
   191   $ ./installenv/*/pip install $TESTDIR/.. >> pip.log
   192   $ ./installenv/*/hg debuginstall || cat pip.log
   192   $ ./installenv/*/hg debuginstall || cat pip.log
   193   checking encoding (ascii)...
   193   checking encoding (ascii)...