-
Notifications
You must be signed in to change notification settings - Fork 54
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
Upgrade to support python3 #82
Comments
In what way does it fail? python2 didn’t just stop working in January. |
It fails here: curl -sL https://raw.githubusercontent.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | $SHELL |
So what's the team's official stance on supporting Python3 exclusively? I think it makes sense to go this direction because:
Of course, it is very likely that a bunch of non-systems-level projects are still on Python2. But I guess the question is does this project want to support them? Can't they just, for instance, checkout a specific revision of virtualenv-burrito to support themselves? (To be clear, I have nothing against supporting legacy but I want to know this project's official stance on this so I can adjust myself accordingly; I heavily favor supporting Python3 exclusively.) I know the |
FYI I have a working branch ready to PR if this project decides to support Python3 exclusively. |
My POV here as someone who has long used this project and highly advocated and a maintainer, I don’t use it anymore with python3. The problems this project addressed don’t exist in the ecosystem anymore. Python3 has virtualenv built in and paired with pyenv has been a really solid setup. You’re free to use virtualenv and virtualenvwrapper directly these days, and the problems this project attempted to solve many years ago just aren’t a problem today. |
Python 2 has reached end of life in January 2020, causing venvburrito to fail on install
The text was updated successfully, but these errors were encountered: