Post Archive
Page 1
of posts tagged
"bash"
from
December 13, 2013
Autocompleting Python Modules
Simplifying the search for modules to execute from a shell.
The last few times I overhauled an execution environment I required people to execute the bulk of their tools via python -m package.module
instead of python package/module.py
(to enable the development environment).
The downside is that you lose shell autocompletion, which can be a big deal if you have dozens of tools that you only occasionally use.
This addition to your ~/.bashrc
fixes that.
There are no more posts tagged "bash".