q icon indicating copy to clipboard operation
q copied to clipboard

Place q into builtins?

Open proofit404 opened this issue 8 years ago • 2 comments

It is annoying to type import each time I want to use q.

Installation process can setup init hook so q or _q will be available in the global namespace.

Is it desired feature?

proofit404 avatar May 01 '17 21:05 proofit404

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.

naiveai avatar Nov 16 '18 14:11 naiveai

That’s a different thing!

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)

merwok avatar Nov 16 '18 16:11 merwok