In order to change the python path and be able to use some of my libraries, i added to env-sites.sh the following line:
export PYTHONPATH=$PYTHONPATH:mylibspath
I restarted Dataiku. However, when I open a Notebook and print sys.path, or os.environ['PYTHONPATH'], "mylibspath" is not present.
What is more, some other environment variables are well loaded, like os.environ['PATH'], where I also appended some paths.
Should I modify the PYTHONPATH in another place ?