Skip to content
Snippets Groups Projects
Commit c16c45fb authored by Andreas Dedner's avatar Andreas Dedner
Browse files

add a `duneactivate` script to `bin` that can be used instead of `activate` to

also set the `LD_LIBRARY_PATH`

[bugfix] used the wrong way to access the path to a sourced script - was working by chance
parent 91158b30
No related branches found
No related tags found
1 merge request!900Feature/scikit build
......@@ -3,6 +3,7 @@ install(PROGRAMS
duneproject
dunecontrol
dunepackaging.py
duneactivate
dune-git-whitespace-hook
rmgenerated.py
setup-dunepy.py
......
envpath=`dirname "${BASH_SOURCE[0]}"`
source $envpath/activate
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$VIRTUAL_ENV/lib
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