Kenny Chour

Results 4 comments of Kenny Chour

If you have multiple Java versions installed on your machine, you can switch between them via (switching to java-8 helped): `$ sudo update-alternatives --config java` This [link ](https://aboullaite.me/switching-between-java-versions-on-ubuntu-linux/)explains more. Just...

Can you clarify what you mean by "repetition point"?

So I found a workaround by creating a symlink from where julia-py is installed, to directory `/usr/bin`. To check where julia-py is installed, simply do: `$ type julia-py`. For me,...

I also had the same issue as OP. For pyplusplus and pygccxml (don't forget castxml too), I followed the instructions [here](https://ompl.kavrakilab.org/installPyPlusPlus.html). Hope this helps others