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
This isn't exactly a bug, but I thought I'd let you know anyway. When I first tried to run t, I got a python error. The problem is that I am running python 3.4, while t was written for python 2. For example, the code includes print string rather than print(string), etc.
Fortunately I also still had python 2.7 installed, so I just called it using the absolute file path in my bash alias and everything is working fine. You might just want to mention this in the install instructions.
The text was updated successfully, but these errors were encountered:
This isn't exactly a bug, but I thought I'd let you know anyway. When I first tried to run t, I got a python error. The problem is that I am running python 3.4, while t was written for python 2. For example, the code includes
print string
rather thanprint(string)
, etc.Fortunately I also still had python 2.7 installed, so I just called it using the absolute file path in my bash alias and everything is working fine. You might just want to mention this in the install instructions.
The text was updated successfully, but these errors were encountered: