Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for python3 support before python2 #17

Open
DXist opened this issue Jun 16, 2017 · 3 comments
Open

Check for python3 support before python2 #17

DXist opened this issue Jun 16, 2017 · 3 comments

Comments

@DXist
Copy link

DXist commented Jun 16, 2017

I think it's time to check for python3 support before python2 (Python 2 support end of life is 2020, see https://www.python.org/dev/peps/pep-0373/).

It will be easier to start new Python3 projects without extra vim-isort configuration.

At the moment I use Neovim and have both Python2 and Python3 available. I find setting g:vim_isort_python_version in project level nvimrc cumbersome.

@j2kun
Copy link

j2kun commented Jun 30, 2017

+1

@tats-u
Copy link

tats-u commented Jan 1, 2018

I absolutely agree with you, and I'd like the developers to at least check the version of $(which python) or which python $(which isort) uses.
I use Anaconda3 and $(which python) is the version 3, but this plugin won't use any Pythons other than /usr/bin/python2 (/usr/bin/python), which is not referred to by $(which python) when Anaconda is activated.

@vdwees
Copy link

vdwees commented May 27, 2020

Closed with b749d00 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants