yamcs / quickstart

Get started with Yamcs
https://yamcs.org
22 stars 22 forks source link

`make all` references python instead of python3 #9

Closed unlikelyzero closed 1 year ago

unlikelyzero commented 2 years ago

The make all command references python instead of `python3 which is a problem for macOS users who are not in control of their own destiny (aka NASA-IT-managed machines).

I'm not familiar with make and therefore do not know how we should handle this. I believe python will remain aliased on macOS machines for some time.

fqqb commented 2 years ago

Closing as per PR close. The simulator.py script should work with both Python 2 and Python 3, so I assume current situation is fine for a while longer.

unlikelyzero commented 2 years ago

@fqqb i'll need to provide an implementation with .PHONY and some aliasing. Can you re-open this issue?

fqqb commented 2 years ago

Sorry had misunderstood. Thinking maybe the python should also run in a container? It would avoid relying on the host's python.

unlikelyzero commented 1 year ago

Closed with https://github.com/yamcs/quickstart/pull/13