# Save the script in a file with .py extension
# run the script using the below command
python fileName.py
#terminal, <python path> <python file>
/usr/bin/python /mydir/myscript.py
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__),'../../'))
import src.mymodules.module1