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:
parent
3b14a4f0e5
commit
b3c73c32a0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue