Commit 97c80b74edc4878123b2b3e910361283578dacac

Authored by Rodrigo Siqueira de Melo
Committed by Sergio Oliveira
1 parent fd24ee4c

Updated setuptools

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
vagrant/provision.sh
... ... @@ -19,6 +19,8 @@ if [ ! -d /home/vagrant/.virtualenvs/colab ]; then
19 19 fi
20 20  
21 21 workon colab
  22 +pip install --upgrade setuptools
  23 +
22 24 set -e
23 25  
24 26 for dir in /vagrant/colab /vagrant; do
... ...