Closed casperdcl closed 4 years ago
Consider not needing to alter PYTHONPATH to expose scripts/packages in the current working directory
PYTHONPATH
$ ls script.py $ shtab -u script.parser > script_completion.sh ... ModuleNotFoundError: No module named 'script' $ PYTHONPATH=. shtab -u script.parser > script_completion.sh # works
Consider not needing to alter
PYTHONPATH
to expose scripts/packages in the current working directory