New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mentos.py uses /usr/bin/python, desires python2. #49
Comments
Archlinux is doing this, and it's causing me problems. I saw that the call to mentos.py is only done with the path to the file and relying on its shebang to call python. I think it could be not too hard to implement a way to configure pygments to specify a path to python and then using it to call mentos.py. |
PING. Come on, seriously. This is one hell of an annoying problem to leave for months on end. Can't you check to see if the /usr/bin/python2 executable exists in the filesystem and use that over /usr/bin/python? |
Problem exists on Gentoo too. |
Another ping. I really would like to have this fixed. |
+1 |
For those using rbenv and Arch Linux: |
Should be resolved in latest release. |
Not sure how many distros are doing this now, but I know a few are using "python2" to indicate python 2.x nowadays - and some have set /usr/bin/python to mean python 3.x.
The text was updated successfully, but these errors were encountered: