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
Yeah, I personally think this is the main (and pretty much only) disadvantage of q - having to install it each time if you're using virtualenvs, for example. And remembering to uninstall it after you debug or it becomes part of your dependencies.
The OP requested a way to have the q module automatically imported, the second message is about automatically installing the q package (which is a problem solved by virtualenvwrapper hooks or dev dependencies etc)
It is annoying to type
import
each time I want to useq
.Installation process can setup init hook so
q
or_q
will be available in the global namespace.Is it desired feature?
The text was updated successfully, but these errors were encountered: