python 2?

This commit is contained in:
Timothy Sutton 2021-11-07 18:17:27 -05:00
parent 78862115a0
commit e475ef67e8

View file

@ -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"