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

Provide installation via setup.py #8

Open
katylava opened this issue May 28, 2019 · 7 comments
Open

Provide installation via setup.py #8

katylava opened this issue May 28, 2019 · 7 comments

Comments

@katylava
Copy link

There's a good guide here: https://github.com/kennethreitz/setup.py

I can't currently use this on Mac (unless I modify my local copy) because I don't have a python3 executable in /usr/bin and Mac doesn't allow symlinks in that directory. I believe installing with setup.py would fix that.

@sustrik
Copy link
Owner

sustrik commented May 29, 2019

Yeah, will do once I have some free time.

Still, what's the preferred way to launch python 3 programs on Mac?

@goranmoomin
Copy link

goranmoomin commented May 29, 2019

Still, what's the preferred way to launch python 3 programs on Mac?

@sustrik I would say, installing with homebrew or with pip.

@pgreze
Copy link

pgreze commented May 29, 2019

IMO homebrew is really the way to go because it's:

  • well know by any OSX "user"
  • language agnostic
  • security out of the box (pip/virtualenv handled by homebrew)

@sustrik
Copy link
Owner

sustrik commented May 29, 2019

@pgreze If you make the installer I would be glad to merge it in. Thanks for the offer!

@jdidion
Copy link
Contributor

jdidion commented Jul 11, 2019

Please let me know if #11 looks reasonable. If you'd really rather go with the setup.py approach I can do that instead.
Would be great to have others cook up the conda and/or brew recipes.

@goranmoomin
Copy link

goranmoomin commented Jul 11, 2019

Looks like PyOxidizer is exactly targeting apps like this(shell tools with fast startup speed), maybe consider it to make a portable binary?

@jdidion
Copy link
Contributor

jdidion commented Jul 12, 2019

This can be closed now that #11 has been merged. Also just realized this is a duplicate of #2 :) I'll create separate issues for adding to brew, conda, and pypi.

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

5 participants