You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
particledecay
added a commit
to particledecay/Sprintly-GitHub
that referenced
this issue
Jun 29, 2017
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.The text was updated successfully, but these errors were encountered: