-
Notifications
You must be signed in to change notification settings - Fork 0
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
Python support #46
Comments
thoughts on supporting all versions of python or just python3 and python2 installed on the system. I think almost all linux/mac have both preinstalled |
I think we should focus on one to start with.. if its a developer they should be using python 3 by now so we should focus on that first |
a lot of them are still using 2. I want to support both 2 and 3. My question is more towards supporting all python version. Using something like this https://github.com/yyuu/pyenv |
people need to start moving to 3.. I also didnt mean don't support 2.. I just meant we should start with 3... do you want to run pyenv to set python version on cd? |
potentially. We are using nvm for node. I think for go we just assume its installed lol |
I think just 2 and 3 for now |
lol |
Add a python plugin
Must do:
@karanthukral
The text was updated successfully, but these errors were encountered: