Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

python2: command not found #27

Open
nene opened this issue Sep 13, 2016 · 0 comments
Open

python2: command not found #27

nene opened this issue Sep 13, 2016 · 0 comments

Comments

@nene
Copy link

nene commented Sep 13, 2016

I tried to run it, but on my OS X there is no python2 command, rather Python 2.7 was available under the usual name python.

I tried creating a symlink for python2, but for some reason that did not play out. So I just modified the first line of the script:

- #!/usr/bin/env python2
+ #!/usr/bin/env python

After that everything worked out fine.

Thanks for the great tool 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant