Skip to content

Linux 5.10.220-209.869.amzn2.x86_64 #13

@agus-aetion

Description

@agus-aetion

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions