summaryrefslogtreecommitdiffstats
path: root/venv-trog.sh
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-05-02 23:26:53 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-05-02 23:26:53 +0300
commit7f0e7d8fa3e4ce324a17151d5f76e8d3fdfa262b (patch)
treeb6cdc683abddfb8d6901479c44257baaeca2ebb2 /venv-trog.sh
parentef467ad481eb5ebf120c6806a18529d1981696f6 (diff)
downloadtroggle-7f0e7d8fa3e4ce324a17151d5f76e8d3fdfa262b.tar.gz
troggle-7f0e7d8fa3e4ce324a17151d5f76e8d3fdfa262b.tar.bz2
troggle-7f0e7d8fa3e4ce324a17151d5f76e8d3fdfa262b.zip
Ubuntu 22.04 + python3.11
Diffstat (limited to 'venv-trog.sh')
-rw-r--r--venv-trog.sh3
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