OH yes that was my confusion I didn't understand why I had to basically install ansible-core twice.
Thanks for the clarification guys, I got my answers. On Wednesday, March 2, 2022 at 3:03:47 PM UTC+2 [email protected] wrote: > On Wed, Mar 2, 2022 at 7:41 AM Todd Lewis <[email protected]> wrote: > > > > > Safer to simply use pip3 and avoid any confusion. > > I think this particular confusion (there's plenty to choose from) was > because of your suggestion to do both > > * pip install ansible-core > > yeah, that should have been "pip uninstall ansible-core". Sorry for > the confusion there. > > > * pip3 install --user ansible-core > > If you're going to "pip3 install --user ansible-core", surely you can > skip the "pip install ansible-core" step. Or did you mean "pip uninstall > ansible-core"? > > > >> I've been a bit harsh about this package and it's split and renaming. > >> It's confusing, as you've encountered.. > > > > Compounded by the whole python2/python3 fiasco, this has not been a > season of clarity for sure. > > > > -- > > You received this message because you are subscribed to the Google > Groups "Ansible Project" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/8c4b610d-1b65-45e5-b019-93f149e13124n%40googlegroups.com > . > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/d93a78e6-7d75-461f-876a-5f48ff53d05fn%40googlegroups.com.
