1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Update user_guide.rst

Fix typo: the example at the end is for _installing_ a bundle, not _uninstalling_ it
This commit is contained in:
Eric Hanchrow 2015-03-19 15:09:27 -07:00
parent 3b14a4f0e5
commit b3c73c32a0

View file

@ -572,7 +572,7 @@ to install using::
$ cwd=`pwd`
$ (cd "$tempdir"; tar -cjvf "$cwd/bundled.tar.bz2" *)
Once you have a bundle, you can then uninstall it using::
Once you have a bundle, you can then install it using::
$ tempdir=$(mktemp -d /tmp/wheelhouse-XXXXX)
$ (cd $tempdir; tar -xvf /path/to/bundled.tar.bz2)