issues
search
samdoran
/
ansible-collection-macos
Ansible collection of roles and modules for use on macOS
8
stars
2
forks
source link
Fix Python major/minor version calculation and python3/pip3 selection
#36
Closed
mattclay
closed
7 months ago
mattclay
commented
7 months ago
Properly calculate the Python major/minor version for Python 3.10 and later.
Use the correct
python3
and
pip3
version instead of using the symlinks in
/usr/local/bin
.
python3
andpip3
version instead of using the symlinks in/usr/local/bin
.