We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let the end user have the option to use pipenv instead of virtualenv
The text was updated successfully, but these errors were encountered:
I'm a big enthusiast of pipenv. Unfortunately, it can't be used to install ansible[azure], since packages have conflicting version requirements.
ansible[azure]
We could de-support Azure, or run pipenv with --skip-lock.
pipenv
--skip-lock
In fact, I bet pipenv will work for you if you run it like this:
pipenv install --skip-lock -r requirements.txt pipenv run ./streisand
If this works for you, could you let me know?
Sorry, something went wrong.
No branches or pull requests
let the end user have the option to use pipenv instead of virtualenv
The text was updated successfully, but these errors were encountered: