Re: invoke-mf2pt1.sh: 7: python: not found

2020-05-10 Thread Jonas Hahnfeld
Am Sonntag, den 10.05.2020, 22:03 +0200 schrieb Han-Wen Nienhuys: > On Sun, May 10, 2020 at 9:29 PM Jonas Hahnfeld wrote: > > Am Sonntag, den 10.05.2020, 14:41 -0400 schrieb Dan Eble: > > > I'm trying to upgrade the LilyDev Dockerfile to use Ubuntu 20.04 and I > > > get this error when I try to

Re: invoke-mf2pt1.sh: 7: python: not found

2020-05-10 Thread Han-Wen Nienhuys
On Sun, May 10, 2020 at 9:29 PM Jonas Hahnfeld wrote: > > Am Sonntag, den 10.05.2020, 14:41 -0400 schrieb Dan Eble: > > I'm trying to upgrade the LilyDev Dockerfile to use Ubuntu 20.04 and I get > > this error when I try to build. It's coming from here: > > > > # realpath doesn't exist on

Re: invoke-mf2pt1.sh: 7: python: not found

2020-05-10 Thread Jonas Hahnfeld
Am Sonntag, den 10.05.2020, 14:41 -0400 schrieb Dan Eble: > I'm trying to upgrade the LilyDev Dockerfile to use Ubuntu 20.04 and I get > this error when I try to build. It's coming from here: > > # realpath doesn't exist on OSX > realpath() { > python -c "import os;

Re: invoke-mf2pt1.sh: 7: python: not found

2020-05-10 Thread Han-Wen Nienhuys
symlink sounds like the fastest solution. On Sun, May 10, 2020 at 8:42 PM Dan Eble wrote: > > I'm trying to upgrade the LilyDev Dockerfile to use Ubuntu 20.04 and I get > this error when I try to build. It's coming from here: > > # realpath doesn't exist on OSX > realpath() { >

invoke-mf2pt1.sh: 7: python: not found

2020-05-10 Thread Dan Eble
I'm trying to upgrade the LilyDev Dockerfile to use Ubuntu 20.04 and I get this error when I try to build. It's coming from here: # realpath doesn't exist on OSX realpath() { python -c "import os; print(os.path.realpath('$1'))" } Is there a Right Way to resolve this? Should