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
I might be going about this the wrong way, but sometimes I edit both python2 and python3. Now, this ends up being a problem with pyflakes linter messages. I found a work around but it seems like I might have missed something, must be an easier way, if not, suggestion I suppose!
All I gotta do to get Atom, or rather pyflakes from Atom to use either one is edit the first line in ~/.local/bin/pyls to point to either /usr/bin/python2 or /usr/bin/python3.
With that, I have both syntax support. I feel like I gotta be making that more complicated?