guilgautier / DPPy

Python toolbox for sampling Determinantal Point Processes
https://dppy.readthedocs.io
MIT License
219 stars 52 forks source link

Weird install script for travis #1

Closed Naereen closed 6 years ago

Naereen commented 6 years ago

install.sh has a complex behavior for MAC OS, but very simple otherwise.

A pyenv is not needed on other platforms? Why?

guilgautier commented 6 years ago

I think this is the reason why on MAC OS one has to use a workaround via pyenv...

Naereen commented 6 years ago

OK, I was just curious.

guilgautier commented 6 years ago

I had some troubles setting the right version of Python with OSX on Travis. I do agree that's a tedious way to make things work but I don't know any other option. And because I am a Mac user I prefer making sure the project can run on this platform, although I am not really using Travis for now...