To add a custom python module so that I can access it everywhere
- Make the python module, use a simple directory structure
~/Python/modulename/
-> readme.md
-> modulename/
-> __init__.py
-> module1.py
.
.
.
-> moduleN.py
- Register this module in pythonpath for shell
In
~/.zshrcfind lineexport PYTHONPATH =" ... "and add path to this line