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