Skip to content
Snippets Groups Projects
Commit 0be8bbee authored by Sergey Suvorov's avatar Sergey Suvorov Committed by Axel Naumann
Browse files

add missed $ before env var in fish config

parent 830ba536
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ update_path DYLD_LIBRARY_PATH "$old_rootsys" "/lib" @libdir@
update_path PYTHONPATH "$old_rootsys" "/lib" @libdir@
update_path MANPATH "$old_rootsys" "/man" @mandir@
update_path CMAKE_PREFIX_PATH "$old_rootsys" "" $ROOTSYS
update_path JUPYTER_PATH "$old_rootsys" "/etc/notebook" ROOTSYS/etc/notebook
update_path JUPYTER_CONFIG_DIR "$old_rootsys" "/etc/notebook" ROOTSYS/etc/notebook
update_path JUPYTER_PATH "$old_rootsys" "/etc/notebook" $ROOTSYS/etc/notebook
update_path JUPYTER_CONFIG_DIR "$old_rootsys" "/etc/notebook" $ROOTSYS/etc/notebook
# Prevent Cppyy from checking the PCH (and avoid warning)
set -xg CLING_STANDARD_PCH none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment