1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

scripts/ansible: Clean up explanation of --prefer-binary

This commit is contained in:
A Holt 2023-10-01 13:55:33 -04:00 committed by GitHub
parent 6c9e684841
commit d55e61c32b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,8 +265,8 @@ EOF
# 2023-10-01 #3650: --prefer-binary or --only-binary ensure you get wheels,
# even if they're not the very latest release -- thereby avoiding compiling
# messes -- and obviating the need for these 2: (above, both commented out)
# - 'install libffi-dev python3-dev'
# - painstaking pinning of cryptography or cffi (etc) to older version numbers
# - 'apt -y install libffi-dev python3-dev'
# - painstaking pinning of cryptography or cffi (etc) to older version #s
/usr/local/ansible/bin/python3 -m pip install --prefer-binary --upgrade ansible-core
echo -e "\nCreate symlinks /usr/local/bin/ansible* -> /usr/local/ansible/bin/ansible*"
cd /usr/local/ansible/bin