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

Homebrew install formula #5

Open
bobbytables opened this issue May 18, 2018 · 5 comments
Open

Homebrew install formula #5

bobbytables opened this issue May 18, 2018 · 5 comments

Comments

@bobbytables
Copy link

Please.

@pitbulk
Copy link
Contributor

pitbulk commented May 18, 2018

What documentation do you expect? OS dependencies?

@bobbytables
Copy link
Author

It was a little jarring to have to use python and the python world to use this tool. As someone that isn't that familiar with Python it was confusing to me to have to use virtualenv. For Python engineers I'm sure this is a no brainer but as a person that just wants to use the tool, having to go into the directory, source virtualenv, and then run the script again (since these expire every hour), isn't very convenient.

I think this tool is great but getting to the point of actually using it is potentially holding back users from even trying, I'm speaking from experience.

@pitbulk
Copy link
Contributor

pitbulk commented May 22, 2018

Ok, I will add some reference about how deploy a python project using virtualenv.

P.S The "1 hour expiration" restriction was removed by AWS months ago. I will mention that in the documentation too.

@ghost
Copy link

ghost commented Sep 7, 2018

@bobbytables clisso does the same, is cross platform and has brew support. You might want to check it out.

Disclaimer: I work at allcloud.

@andymac4182
Copy link

andymac4182 commented Jul 25, 2021

Here is an example of awsume which is a similar application also based on python to help https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/awsume.rb

https://docs.brew.sh/Python-for-Formula-Authors
https://jimkubicek.com/creating-a-homebrew-formula-for-a-python-project.html

It handles all the virtualenv work for you to make it easier for non developers to use.

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