Skip to content
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

Closed
damianb opened this issue Nov 2, 2012 · 7 comments
Closed

mentos.py uses /usr/bin/python, desires python2. #49

damianb opened this issue Nov 2, 2012 · 7 comments

Comments

@damianb
Copy link

damianb commented Nov 2, 2012

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.

@muoji
Copy link

muoji commented Nov 14, 2012

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.
It would solve the problem for distros that now use /usr/bin/python for python3, without breaking backward compatibility.

@damianb
Copy link
Author

damianb commented Jan 3, 2013

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?

@pidpawel
Copy link

Problem exists on Gentoo too.

@madhatter
Copy link

Another ping. I really would like to have this fixed.

@seven1m
Copy link

seven1m commented May 1, 2013

+1

@mindfulmonk
Copy link

For those using rbenv and Arch Linux:
vim .rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/pygments.rb-0.4.2/lib/pygments/mentos.py
and change it to look like this
#!/usr/bin/env python2

@tnm
Copy link
Collaborator

tnm commented Jun 25, 2013

Should be resolved in latest release.

@tnm tnm closed this as completed Jun 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants