sys.path enthält:
import sys
sys.path
['',
'$HOME/anaconda3/lib/python35.zip',
'$HOME/anaconda3/lib/python3.5',
'$HOME/anaconda3/lib/python3.5/plat-linux',
'$HOME/anaconda3/lib/python3.5/lib-dynload',
'$HOME/anaconda3/lib/python3.5/site-packages/Sphinx-1.3.5-py3.5.egg',
'$HOME/anaconda3/lib/python3.5/site-packages/setuptools-20.3-py3.5.egg',
'$HOME/anaconda3/lib/python3.5/site-packages',
'$HOME/anaconda3/lib/python3.5/site-packages/IPython/extensions',
'$HOME/.ipython']
Wenn Sie also das Python-Modul oben importieren, können Sie es importieren. Am einfachsten und am besten geeignet ist
.ipython
Also kopiere es dort.