DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Manage Python Packages with pip


Install pip

sudo apt-get python-pip

Install package with pip

sudo pip install fabric

List all installed packages

pip freeze

List some packages

pip freeze | grep "[F|f]abric"

Note: Double quotes after grep is necessary;

Uninstall packages with pip

sudo pip uninstall Fabric


Published

Sep 4, 2013

Last Updated

Sep 4, 2013

Category

Tech

Tags

  • package 28
  • pip 6
  • Python 136

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor