2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:21:26 +00:00

Ubuntu 22.04 + python3.11

This commit is contained in:
2023-05-02 23:26:53 +03:00
parent ef467ad481
commit 7f0e7d8fa3
3 changed files with 26 additions and 8 deletions

View File

@@ -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