Commit ebfdc5d3 authored by Marco Mariani's avatar Marco Mariani

dream: unset PYTHONPATH to be able to find modules in virtualenv

parent 7d70a691
......@@ -76,6 +76,7 @@ update_cmd = ${:install_cmd}
recipe = collective.recipe.template
output = ${buildout:directory}/environment.sh
input = inline:
unset PYTHONPATH
export PATH="${r-language:location}/bin:$PATH"
export LD_LIBRARY_PATH="`${r-language:location}/bin/R RHOME`/lib:$LD_LIBRARY_PATH"
export LD_PRELOAD=${gcc-fortran:location}/lib64/libgfortran.so.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment