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:
parent
6c9e684841
commit
d55e61c32b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue