rock-simulation / pybob

Python build scripts
4 stars 7 forks source link

env.sh should set PYTHONPATH #2

Closed AlexanderFabisch closed 7 years ago

AlexanderFabisch commented 7 years ago

In my case I had to add the line

export PYTHONPATH="/home/dfki.uni-bremen.de/afabisch/Projekte/bolero-dev/install/lib/python2.7/site-packages":$PYTHONPATH
malter commented 7 years ago

I think this is due to the fact that bolero installs some python extensions? We can add the path by default, it shouldn't influence other applications.

AlexanderFabisch commented 7 years ago

Yes, BOLeRo has a Python part. You seem to forget that on purpose. :)

malter commented 7 years ago

Done. I knew about the python part of BOLeRo, but i didn't knew that python is also installed locally.

AlexanderFabisch commented 7 years ago

Great, thanks!