Skip to content

Commit 5d4246f

Browse files
Update Python interpreter path in manage.sh (#14067)
(cherry picked from commit 9b91659) Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
1 parent 9856cb5 commit 5d4246f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
. $HOME/.override_env
2-
/usr/local/bin/python /usr/src/geonode/manage.py $@
2+
/usr/src/venv/bin/python /usr/src/geonode/manage.py $@

0 commit comments

Comments
 (0)