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
Commit a92bfa4 sets g:pymode_python to "python3" and this makes plugin unusable on systems where phython3 is not installed. It would be better to detect system python and use it or/and check if python3 is installed or not.
Commit a92bfa4 sets
g:pymode_pythonto "python3" and this makes plugin unusable on systems where phython3 is not installed. It would be better to detect system python and use it or/and check if python3 is installed or not.