pgsql-io / multicorn2

http://multicorn2.org
Other
83 stars 17 forks source link

Detect which pip executable should be used for installation. #21

Closed deathwish closed 1 year ago

deathwish commented 1 year ago

On Debian 11, and likely other systems, pipMAJOR.MINOR is not available,and only pipMAJOR is available. As a result, make install fails. Change the Makefile to use (for example) pip3.9 when available, otherwise pip3 or pip.

ImreSamu commented 1 year ago

Hello, the new changes don't work with my updated pip setup. Can you please check my GitHub issue https://github.com/pgsql-io/multicorn2/issues/23 ? Thank you!