mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 01:31: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 )"
|
||||
python="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64/python"
|
||||
ls '/c/program files'
|
||||
|
||||
export PYTHONPATH="${python}"
|
||||
$python -V
|
||||
|
||||
$python -m pip install -r "${script_dir}/requirements.txt"
|
||||
|
||||
PYTHON_HOME="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64" \
|
||||
pyinstaller \
|
||||
pyinstaller \
|
||||
--onefile \
|
||||
brigadier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue