From ff5d41e888833192c9c822d5a8a1be047bda989c Mon Sep 17 00:00:00 2001 From: Beudbeud Date: Tue, 8 Sep 2015 23:19:53 +0200 Subject: [PATCH] [fix] upgrade script, remove init virtualenv --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 3a1b996..1b46dfe 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -36,7 +36,6 @@ then sudo mkdir $final_path fi sudo cp -r ../sources/* $final_path -sudo virtualenv $final_path sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt --upgrade" # Disable swapfile