Article metadata
  • Copyright CC BY-SA 4.0. See licensing for additional details
  • Author
  • Created 2014-10-05
  • Last updated: 2015-01-25
  • Changes
    • 2015-01-25: Moved from docs to erpetu, updated metadata, modified from ubuntu to gentoo

Package Managers - Install

Each language and sometimes project seems to have it's favorite package manager. So install the basic ones

Python - pip

# Use python 2.7 for now.  pandoc-zotxt extension doesn't work on python 3.3
eselect python set 1
python-updater
# Install pip
emerge --ask dev-python/pip

Nodejs - npm

# Installed as part of nodejs
emerge --ask net-libs/nodejs

Web - bower

# requires npm (see above)
npm install -g bower