I usually put the stuff i want to have ready to import in the user site directory:
~/.local/lib/pythonX.X/site-packages
To show the right directory for your platform, you can use python -m site --user-site
edit: it will show up in sys.path
once you create it:
mkdir -p "`python -m site --user-site`"
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…