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

doesn't support python2 #31

Closed
xycloud opened this issue Sep 20, 2017 · 3 comments
Closed

doesn't support python2 #31

xycloud opened this issue Sep 20, 2017 · 3 comments

Comments

@xycloud
Copy link

xycloud commented Sep 20, 2017

doesn't support python2?

@ofek
Copy link
Sponsor Collaborator

ofek commented Sep 20, 2017

Yes, and never will :)

@ofek ofek closed this as completed Sep 20, 2017
@amjith
Copy link
Contributor

amjith commented Sep 20, 2017

@xycloud Hatch will work with python 2 projects but you need Python 3 in order to install it.

I typically install is using pipsi. The command I used is as follows:

pipsi install --python `which python3` hatch

That will install hatch in your system using python 3.

@ofek
Copy link
Sponsor Collaborator

ofek commented Sep 20, 2017

@amjith Good catch, thanks!

@xycloud Sorry for not being clear. Only the actual install of Hatch requires Python 3.

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

3 participants