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
However, on linux since it is python3 by default when you install python (at least on centos), I have to manually change it to this every time I clone this repository.
#!/usr/bin/env python3
Is there some way that there is an automated way to detect this? If not, maybe you can update the docs because it took me a while to figure out what was going wrong.