From a43535c547224fa256fef809f5dbd4b0ffedb384 Mon Sep 17 00:00:00 2001 From: kaeff Date: Thu, 20 Aug 2015 12:02:14 +0200 Subject: Upgrade pip and setuptools when logging into the dev box Doing the upgrade while ssh'ing into the box because 1) The virtualenv is loaded already 2) Happends right before pip is used the first time See https://github.com/pixelated/pixelated-user-agent/pull/436 --- provisioning/modules/pixelated/files/activate_custom_node_modules.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'provisioning/modules/pixelated') diff --git a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh index f46b67e1..5ad419e3 100755 --- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh +++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh @@ -27,6 +27,9 @@ fi source /home/vagrant/user-agent-venv/bin/activate +pip install --upgrade pip +pip install --upgrade setuptools + cd /vagrant/service echo "running python setup" ./go setuppy > /dev/null -- cgit v1.2.3