Skip to content
Snippets Groups Projects
Commit f1ed6ad7 authored by Louis Moureaux's avatar Louis Moureaux
Browse files

Add <install dir>/python to PYTHONPATH

This is needed to run prefix commands.
parent 0e6e6f14
No related branches found
No related tags found
1 merge request!34Migration
export PATH=@CMAKE_INSTALL_FULL_BINDIR@:$PATH
export LD_LIBRARY_PATH=@CMAKE_INSTALL_FULL_LIBDIR@:$LD_LIBRARY_PATH
export PYTHONPATH=@CMAKE_INSTALL_PREFIX@/python:$PYTHONPATH
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