Skip to content

Commit

Permalink
Update ubuntu_24-x86_64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin committed Sep 27, 2024
1 parent 01c5ac2 commit 31e508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/ubuntu_24-x86_64.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -x
alias INSTALL=''

INSTALL error () { echo "ERROR [ubuntu_22-x86_64.sh]: $*" > /dev/stderr ; exit 1 ; }
INSTALL error () { echo "ERROR [$(basename $0)]: $*" > /dev/stderr ; exit 1 ; }
INSTALL PYTHON_VERSION=3.10
INSTALL PYTHON_VENV=${HOME:-/tmp}/.gridlabd
INSTALL PYTHON_EXEC=$PYTHON_VENV/bin/python$PYTHON_VERSION
Expand Down

0 comments on commit 31e508b

Please sign in to comment.