Skip to content

Commit

Permalink
export 'PYTHON' value to all packaging scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 24, 2023
1 parent 06b9d90 commit 33e0803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MacOS/make-app.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PYTHON="python3"
export PYTHON="python3"
PYTHON_MAJOR_VERSION=`$PYTHON -c 'import sys;sys.stdout.write("%s" % sys.version_info[0])'`
PYTHON_MINOR_VERSION=`$PYTHON -c 'import sys;sys.stdout.write("%s" % sys.version_info[1])'`

Expand Down

0 comments on commit 33e0803

Please sign in to comment.