You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
Yes the requirements will run with every install of Ansible.
Behind the scenes python virtualenv is being used so all virtualenv rules apply. So my best guess passlib will not work if you install outside the virtualenv. Although there is work around related to path, but could be ugly.
How can I use requirements with setup wrapper script? I can't find any parameter to add to the file to declare the requirements for each virtualenv.
If I want to install a new pip package in a specific virtualenv, could I do it manually, running pip install passlib for every virtualenv?
I'm sorry for all these questions, but I have to break my environment to test this tool, so I would like to have some answers before starting the installation.
Hi, could I use requirements also in the setup wrapper script and not only in the setup command?
And if I install
passlib
withpip install passlib
(and not as requirement), will be used with every version of Ansible that I've installed via AVM?Thank you.
The text was updated successfully, but these errors were encountered: