-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
fails for a new amazon box
Run exact_python_version=$(${GITHUB_ACTION_PATH}/find-exact-python-version.sh "3.11" ".python-version")
exact_python_version=$(${GITHUB_ACTION_PATH}/find-exact-python-version.sh "3.11" ".python-version")
echo "exact_python_version=${exact_python_version}" >> $GITHUB_OUTPUT
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Run exact_python_version="3.11.9"
exact_python_version="3.11.9"
echo "installation_directory=${HOME}/.setup-python-amazon-linux/.python-versions/${exact_python_version}" >> $GITHUB_OUTPUT
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Run installation_directory="/home/ec2-user/.setup-python-amazon-linux/.python-versions/3.11.9"
installation_directory="/home/ec2-user/.setup-python-amazon-linux/.python-versions/3.11.9"
echo "${installation_directory}/bin" >> "${GITHUB_PATH}"
echo "The following python binaries are now available in the PATH"
ls "${installation_directory}/bin"
echo "Linking python libraries..."
ls "${installation_directory}/lib"
sudo ldconfig "${installation_directory}/lib"
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
The following python binaries are now available in the PATH
ls: cannot access /home/ec2-user/.setup-python-amazon-linux/.python-versions/3.11.9/bin: No such file or directory
Metadata
Metadata
Assignees
Labels
No labels