I’m trying to run open source pants and i’m gettin...
# general
g
I’m trying to run open source pants and i’m getting
Copy code
$ ./pants goals
./pants: line 67: python3: command not found
a
and running
python3
on the command line works as expected?
g
ohh
i might not have it installed
duh
a
ok. if you have any version of python 3 installed, that’d be a bug. but also this error messaging could be improved cc @hundreds-father-404
i can prob make a quick fix to just warn if it’s not found
h
Huh, this is the most up to date version of the pants script? That shouldn’t be happening..
g
i had just pulled master. I ended up getting past this point. It turned out that python3 wasn’t on my path. nbd. now blocked by something else
h
What surprises me is why it’s trying to run
python3
. It should only ever try bin names like
python3.7
.