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

Sprintly doesn't work in a virtualenv with Python 3 #39

Open
particledecay opened this issue Jun 29, 2017 · 0 comments
Open

Sprintly doesn't work in a virtualenv with Python 3 #39

particledecay opened this issue Jun 29, 2017 · 0 comments

Comments

@particledecay
Copy link

The sprintly command is installed globally in /usr/local/bin/sprintly, but within virtualenvs that use Python 3 (which is almost all of them for me these days), the command doesn't work at all.

$ sprintly --install-hook
  File "/usr/local/bin/sprintly", line 154
    print 'Downloading latest version of sprintly from GitHub...'
                                                                ^
SyntaxError: Missing parentheses in call to 'print'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant