mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 09:41:19 -04:00
fix PYTHONPATH
This commit is contained in:
parent
9fdcee67da
commit
ce2e9276c8
1 changed files with 2 additions and 3 deletions
|
@ -7,12 +7,11 @@ PYTHON_VERSION=2.7.18
|
||||||
script_dir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd )"
|
script_dir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd )"
|
||||||
python="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64/python"
|
python="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64/python"
|
||||||
ls '/c/program files'
|
ls '/c/program files'
|
||||||
|
export PYTHONPATH="${python}"
|
||||||
$python -V
|
$python -V
|
||||||
|
|
||||||
$python -m pip install -r "${script_dir}/requirements.txt"
|
$python -m pip install -r "${script_dir}/requirements.txt"
|
||||||
|
|
||||||
PYTHON_HOME="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64" \
|
pyinstaller \
|
||||||
pyinstaller \
|
|
||||||
--onefile \
|
--onefile \
|
||||||
brigadier
|
brigadier
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue