From f7e77d543bcca84f75e09440841aacb582881da2 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 26 May 2016 09:35:21 +1200 Subject: Refactor dev.sh - Parameterise the Python version. All of these now work: ./dev.sh # Use default Python version ./dev.sh 2.7 # Explicitly use 2.7 in venv2.7 ./dev.sh 3.5 # Explicitly use 3.5 in venv3.5 This should also work for Travis, which has a weird setup where Pytho3 can be 3.4. --- web/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/README b/web/README index 63c3e6e0..c8e60379 100644 --- a/web/README +++ b/web/README @@ -3,4 +3,4 @@ Starting up - npm install - gulp -- run mitmweb and open http://localhost:8081/ \ No newline at end of file +- run mitmweb and open http://localhost:8081/ -- cgit v1.2.3