Skip to content
Snippets Groups Projects
Commit 95ff611e authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

fix environment variable

parent 1bfebb19
No related branches found
No related tags found
No related merge requests found
......@@ -114,10 +114,14 @@ postinstallcmds = [
'chmod +x %(installdir)s/bin/Xvfb'
]
modextravars = {
'MWI_USE_EXISTING_LICENSE': 'True',
}
# Jupyter-matlab-kernel DISABLED:
# https://github.com/mathworks/jupyter-matlab-proxy/issues/62
modextrapaths = {
'MWI_USE_EXISTING_LICENSE': 'True',
# 'MWI_CUSTOM_MATLAB_ROOT': 'lib/python%(pyshortver)s/site-packages/jupyter_matlab_proxy/',
# 'JUPYTER_PATH': ['share/jupyter'], # add search path for kernelspecs
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment