Skip to content
Snippets Groups Projects
Commit 38cf7c91 authored by David Schmitz's avatar David Schmitz
Browse files

install-debian.sh

parent c2157d81
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,10 @@ function debug_python_deps()
[ -z "$venv_file" ] || . "$venv_file"
echo 1>&2
echo "# Python version: " 1>&2
python --version
echo 1>&2
echo "# Python dependencies: " 1>&2
pip list
......@@ -479,7 +483,7 @@ else
cp -f settings.py.docker.debian settings.py
elif [ settings.py.debian ]; then # user has own settings prepared yet ?
elif [ -e settings.py.debian ]; then # user has own settings prepared yet ?
cp -f settings.py.debian settings.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment