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

Making the install script work with python2 #7

Merged
merged 1 commit into from
Dec 16, 2012

Conversation

mrshu
Copy link
Contributor

@mrshu mrshu commented Dec 15, 2012

If I understand you intention correctly you are trying to support as many platforms as possible.

Actually, some linux distributions (archlinux for instance) use Python 3 on default so command -v python will find /usr/bin/python which points to Python 3. There is no way how to fix this but to create a link to python2 somehow.

This pull requests makes the install script find if there is a python2 executable available somewhere and if so, it uses it to install ka-lite.

Thanks a lot for creating such an awesome project!

jamalex added a commit that referenced this pull request Dec 16, 2012
Making the install script work with python2 (in cases where python3 is default)
@jamalex jamalex merged commit f061a9f into learningequality:develop Dec 16, 2012
@jamalex
Copy link
Member

jamalex commented Dec 16, 2012

Perfect, thanks so much for this! Looks great.

rtibbles referenced this pull request in rtibbles/ka-lite Jun 25, 2013
IDOC Coach Reports Landing page - Looks good!
dylanjbarth added a commit that referenced this pull request Aug 15, 2013
bcipolli pushed a commit to arnaudbenard/ka-lite that referenced this pull request Aug 22, 2013
IDOC Coach Reports Landing page - Looks good!
arnaudbenard pushed a commit to arnaudbenard/ka-lite that referenced this pull request Aug 22, 2013
ruimalheiro added a commit that referenced this pull request Aug 30, 2013
Added ability to specify in settings to only run fast tests.
gmindmint pushed a commit to gmindmint/ka-lite that referenced this pull request Sep 2, 2013
Making the install script work with python2 (in cases where python3 is default)
jamalex referenced this pull request in jamalex/ka-lite Aug 30, 2014
Allow string interpolation within Handlebars _ helper text.
jamalex added a commit that referenced this pull request Mar 13, 2015
benjaoming added a commit that referenced this pull request Jan 24, 2017
Updates to wording of roadmap section
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.

2 participants