diff options
Diffstat (limited to 'venv-trog.sh')
-rw-r--r-- | venv-trog.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/venv-trog.sh b/venv-trog.sh index 42fac41..2133bef 100644 --- a/venv-trog.sh +++ b/venv-trog.sh @@ -27,6 +27,7 @@ echo ## Using requirements.txt : cat requirements.txt echo ## + $PYTHON --version # NOTE that when using a later or earlier verison of python, you MUST also @@ -166,5 +167,5 @@ $sudo chown -Rhv philip:philip ~/$VENAME (if your username is philip) 'python manage.py runserver 0.0.0.0:8000 (and allow access when the firewall window pops up)' " if [ ! -d /mnt/d/expofiles ]; then -echo '### No valid expofiles directory on /mnt/d . Fix this before any tests will work. + echo '### No valid expofiles directory on /mnt/d . Fix this before any tests will work.' fi
\ No newline at end of file |