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

Detect if python2 is available or else fall back to python #74

Merged
merged 1 commit into from May 19, 2013

Conversation

haileys
Copy link
Contributor

@haileys haileys commented May 19, 2013

Alternative approach to solving the same problem as in #50

tmm1 added a commit that referenced this pull request May 19, 2013
Detect if `python2` is available or else fall back to `python`
@tmm1 tmm1 merged commit 84c69a1 into pygments:master May 19, 2013
@haileys haileys deleted the detect-python-vs-python2 branch May 19, 2013 08:04
riyad referenced this pull request in gitlabhq/pygments.rb Jun 11, 2013
@tnm
Copy link
Collaborator

tnm commented Jul 27, 2013

This may have broken some Windows support — #83.

@haileys
Copy link
Contributor Author

haileys commented Jul 28, 2013

@tnm See rtomayko/posix-spawn#35. This should work on Windows anyway - which will probably fail because it is not present on Windows machines, which means it ends up using python (same behaviour as before this commit)

@tnm
Copy link
Collaborator

tnm commented Jul 28, 2013

Already noted! rtomayko/posix-spawn#38

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

Successfully merging this pull request may close these issues.

None yet

5 participants