mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 09:41:19 -04:00
python 2?
This commit is contained in:
parent
78862115a0
commit
e475ef67e8
1 changed files with 5 additions and 3 deletions
|
@ -2,12 +2,14 @@
|
|||
|
||||
set -eux -o pipefail
|
||||
|
||||
script_dir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd )"
|
||||
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'
|
||||
|
||||
python -V
|
||||
$python -V
|
||||
|
||||
which python
|
||||
# which python
|
||||
|
||||
pip install -r "${script_dir}/requirements.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue