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
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?
The text was updated successfully, but these errors were encountered:
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 runpip 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. Maybegln
should rundeactivate
?The text was updated successfully, but these errors were encountered: