Created
August 13, 2020 19:07
-
-
Save abadger/934097f985f553b598f03c84167a2b24 to your computer and use it in GitHub Desktop.
sections of ansible release annoucnement about pip install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Excerpts from: https://groups.google.com/forum/#!topic/ansible-devel/58Fpvscb53g | |
[..] | |
How to get it | |
------------- | |
Due to a limitation in pip, you need to uninstall Ansible 2.9 (or | |
earlier) before installing the 2.10 version: | |
$ pip uninstall ansible | |
$ pip install ansible==2.10.0a8 --user | |
The tar.gz of the release can be found here: | |
[..] | |
Caveats and known bugs | |
---------------------- | |
[..] | |
* Due to a limitation in pip, you cannot `pip install --upgrade` from | |
ansible-2.9 or earlier to ansible-2.10 or higher. Instead, you must | |
explicitly `pip uninstall ansible` before pip installing the new | |
version. The install of the ansible package has been modified to warn | |
you if you attempt to upgrade via pip with instructions to uninstall | |
first. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment