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

Define Python version to python2 #137

Closed
wants to merge 3 commits into from
Closed

Define Python version to python2 #137

wants to merge 3 commits into from

Conversation

svenstaro
Copy link

The repo is currently not compatible with distros that use Python 3 by default. This fixes that problem.

Sven-Hendrik Haase added 3 commits March 28, 2014 18:38
@@ -1,7 +1,7 @@
def add_root_indicator_segment():
root_indicators = {
'bash': ' \\$ ',
'zsh': ' \\$ ',
'zsh': ' $ ',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's up with this change? If I don't hear back from you I will merge this, but undo this change.

@b-ryan
Copy link
Owner

b-ryan commented Jul 28, 2015

Thanks @svenstaro! I left a comment for you. I will get this merged soon.

@b-ryan b-ryan mentioned this pull request Nov 20, 2015
8 tasks
@b-ryan b-ryan closed this Nov 22, 2015
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