From 749678059710b5f3c9c456a275fa057d0846a19f Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 5 Nov 2014 15:44:58 -0200 Subject: [PATCH] Installed pip and virtualenvwrapper using apt --- vagrant/ubuntu.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/vagrant/ubuntu.sh b/vagrant/ubuntu.sh index 54a9e10..7436d40 100755 --- a/vagrant/ubuntu.sh +++ b/vagrant/ubuntu.sh @@ -5,20 +5,9 @@ set -ex ### Install dependencies apt-get update -apt-get install curl git unzip mercurial build-essential libev-dev gettext libxml2-dev libxslt1-dev libssl-dev libffi-dev libjpeg-dev zlib1g-dev libfreetype6-dev libpq-dev python-dev postgresql -y +apt-get install curl git unzip mercurial build-essential libev-dev gettext libxml2-dev libxslt1-dev libssl-dev libffi-dev libjpeg-dev zlib1g-dev libfreetype6-dev libpq-dev python-dev postgresql virtualenvwrapper python-pip -y -### Install Virtualenvwrapper -which pip2.7 > /dev/null || - curl -s -L https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | - python2.7 - -if [ ! -L /etc/bash_completion.d/virtualenvwrapper.sh ] -then - pip install virtualenvwrapper - ln -s /usr/local/bin/virtualenvwrapper.sh /etc/bash_completion.d/virtualenvwrapper.sh -fi - ### Create conf directory mkdir -p /etc/colab chown vagrant:vagrant /etc/colab -- libgit2 0.21.2