apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
28 stars 20 forks source link

Make monitor.py use /usr/bin/env python3 #20

Closed nickva closed 3 years ago

nickva commented 3 years ago

Previously it was set to /usr/bin/python, however on later versions of Ubuntu and other OSes /usr/bin/python is missing. Users may install the python-is-python3 package but that is not ideal.

wohali commented 3 years ago

Test it! but should be fine. +1

nickva commented 3 years ago

Running unit tests on mac and see only one fdbserver at a time

nickva commented 3 years ago

Hmm I do wonder if there are restricted docker environments where /usr/bin/env doesn't exist