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

skip virtualenv check if already activated #863

Merged
merged 1 commit into from Apr 23, 2018

Conversation

mattieb
Copy link
Contributor

@mattieb mattieb commented Apr 2, 2018

This allows the user to choose their virtualenv method, e.g. Pipenv while still being friendly for those not familiar with virtual environments.

Pipenv (and other virtual environment management tools) may create the environment somewhere other than inside the project directory.

Note that this solution may be insufficient if the project ever uses Python 3 and supports venv; we may need to use a Python-based solution then, e.g. https://stackoverflow.com/a/42580137

This allows the user to choose their virtualenv method, e.g.
[Pipenv](https://docs.pipenv.org/).
@mattieb
Copy link
Contributor Author

mattieb commented Apr 2, 2018

It doesn't look like either CI failure is due to this change.

@dguido
Copy link
Member

dguido commented Apr 23, 2018

Thanks!

@dguido dguido merged commit f585a41 into trailofbits:master Apr 23, 2018
eyecat pushed a commit to eyecat/algo that referenced this pull request Oct 23, 2018
This allows the user to choose their virtualenv method, e.g.
[Pipenv](https://docs.pipenv.org/).
faf0 pushed a commit to faf0/algo that referenced this pull request Dec 13, 2018
This allows the user to choose their virtualenv method, e.g.
[Pipenv](https://docs.pipenv.org/).
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

Successfully merging this pull request may close these issues.

None yet

2 participants