I know that I can add an import path to Python like this:
import sys
sys.path.append("/path/to/directory/")
But, when I restart Python, this is gone. I'd find it quite annoying if I had to do this all the time, I'd like to do this once and for all and be done with it.
So, how? Where can I find that file? Or do I need to edit something else? I'm using the latest version of Ubuntu.