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

Use system python libraries rather than virtualenv #99

Open
danvk opened this issue Feb 23, 2018 · 1 comment
Open

Use system python libraries rather than virtualenv #99

danvk opened this issue Feb 23, 2018 · 1 comment

Comments

@danvk
Copy link
Collaborator

danvk commented Feb 23, 2018

Something I've noticed over a few happy years of using git-helpers: if I'm in a virtualenv and run gln, it fails unless I also run pip install python-dateutil inside the virtualenv.

I'm not sure what the standard practice is for distributing Python programs, but it feels like installing python-dateutil once globally should be sufficient. Maybe gln should run deactivate?

@ryan-williams
Copy link
Owner

Interesting, yea idk what the right way to handle that is! Open to what you think

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