Skip to content
New issue

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

have option to use pipenv instead of virtualenv #183

Open
marafa opened this issue Jul 7, 2019 · 1 comment
Open

have option to use pipenv instead of virtualenv #183

marafa opened this issue Jul 7, 2019 · 1 comment

Comments

@marafa
Copy link

marafa commented Jul 7, 2019

let the end user have the option to use pipenv instead of virtualenv

@nopdotcom
Copy link
Member

I'm a big enthusiast of pipenv. Unfortunately, it can't be used to install ansible[azure], since packages have conflicting version requirements.

We could de-support Azure, or run pipenv with --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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants