Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pip(1) [debian man page]

PIP(1)																	    PIP(1)

NAME
pip - install Python packages SYNOPSIS
pip [command] [options] DESCRIPTION
pip is an alternative Python package installer. It performs the same basic job as easy_install, but with some extra features. It can work with version control repositories (currently only Git, Mercurial, and Bazaar repositories), logs output extensively, and prevents partial installs by downloading all requirements before starting installation. It has some disadvantages when compared to easy_install. It does not use egg files, although it does preserve egg metadata. Some setuptools features are not yet supported, and some custom setup.py features won't work. COMMANDS
The command comes before any options. The following commands are recognized: help Show the help text. bundle Create "bundles" which can be used by pip to install the group of Python packages in multiple places. freeze Write the current list of installed packages to a requirements file, which can be used by pip to reinstall the same set of packages. install Install packages. unzip Unzip an individual package. zip Zip an individual package. OPTIONS
-h, --help Show summary of options. --version Show the version of the program. -v, --verbose Be more verbose. -q, --quiet Be less verbose; suppress unimportant output. --log=FILENAME Log file where a complete (maximum verbosity) record will be kept. --proxy=PROXY Have pip use a proxy server to access sites. This can be specified using "user:password@proxy.server:port" notation. If the password is left out, pip will ask for it. --exists-action=EXISTS_ACTION Default action when a path already exists.Use this option more then one time to specify another action if a certain option is not available, choices: (s)witch, (i)gnore, (w)ipe, (b)ackup --timeout=TIMEOUT Set the timeout for connecting to download sites, in seconds. This defaults to 15 seconds if not given. AUTHORS
This manual page was originally written by Jeff Licquia <licquia@debian.org>, later rewritten by Carl Chenet <chaica@debian.org>. LICENSE
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 3 or any later version published by the Free Software Foundation. 05/27/2012 PIP(1)

Check Out this Related Man Page

PK-DEBUGINFO-INSTA(1)						  [FIXME: manual]					     PK-DEBUGINFO-INSTA(1)

NAME
pk-debuginfo-install - Debugging Packages Installer SYNOPSIS
pk-debuginfo-install [--help] [--verbose] [--simulate] [--no-depends] DESCRIPTION
This manual page documents briefly the pk-debuginfo-install command. pk-debuginfo-install is the command line client for installing debuginfo packages. WHY DO I NEED DEBUGINFO PACKAGES
? When a program crashes, it's often useful to send the developer a backtrace which contains symbol names and variable contents, rather than memory addresses. To make this possible, extra packages called debug packages can be installed. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --help Show summary of options. --noninteractive Do not be interactive and skip the confirmation before the packages are installed. --verbose Show extra debugging information. --simulate Don't actually install any packages, only simulate what would be installed. --no-depends Do not scan for, or install dependencies of the core packages. --quiet Do not display information or progress to the terminal. RETURN VALUES
0 Success, at least one package was installed 1 Failed with miscellaneous internal error. 3 Failed to get software sources list. 4 Failed to enable software sources. 5 Failed as nothing to do. 6 Failed to find dependent packages. 7 Failed to install. 8 Failed to disable software sources. SEE ALSO
pkmon (1). pkcon(1). AUTHOR
This manual page was written by Richard Hughes <richard@hughsie.com>. COPYRIGHT
Copyright (C) 2009 Richard Hughes [FIXME: source] 29 July,2009 PK-DEBUGINFO-INSTA(1)
Man Page