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
Here is how we activate bash completion for csv2es after pip installing it:
eval "$(_CSV2ES_COMPLETE=source csv2es)"
This seems to work fine but presumably we'll install this in a virtualenv and keep it around for a while or some such so what's the best way to get it working when we install?
An alternative method is to create and drop this file somewhere for sourcing (but where....?):
Here is how we activate bash completion for
csv2es
after pip installing it:This seems to work fine but presumably we'll install this in a
virtualenv
and keep it around for a while or some such so what's the best way to get it working when we install?An alternative method is to create and drop this file somewhere for sourcing (but where....?):
There are more details here.
The text was updated successfully, but these errors were encountered: