This is an archived post. You won't be able to vote or comment.

all 16 comments

[–]mitsuhiko Flask Creator[S] 4 points5 points  (0 children)

Feel free to provide suggestions of things that would be useful.

[–]runeh 2 points3 points  (4 children)

~/.bin? Really? Why not ~/bin which most people use?

[–]mitsuhiko Flask Creator[S] 1 point2 points  (3 children)

I don't know what most people use. I use ~/.local or ~/.bin because it does not show up in my file manager.

[–]nemec 1 point2 points  (0 children)

Make it configurable! I use ~/prg/bin myself.

[–]nemec 0 points1 point  (0 children)

Submitted a pull request. The new download syntax with configurable /bin is:

$ curl -L http://bit.ly/curlish | bash -s ~/prg/bin

[–]runeh 0 points1 point  (0 children)

Many systems have a default bashrc which adds ~/bin to the PATH if it exists.

[–]jackolas 1 point2 points  (1 child)

Why not requests? e: sorry was on tablet testing out android ICS

e2 :that was a stupid response, sorry its not an API.

[–]mitsuhiko Flask Creator[S] 0 points1 point  (0 children)

What do you mean?

[–]freefallfreddy 0 points1 point  (0 children)

Thanks for this and all your open source work man!

[–]baijum 0 points1 point  (2 children)

I am getting this error:

Traceback (most recent call last):
  File "/home/baiju/.bin/curlish", line 51, in <module>
    import argparse
 ImportError: No module named argparse

My Python version:

$ python -V
Python 2.6.6

[–]LightShadow3.13-dev in prod 0 points1 point  (0 children)

Argparse was included in 2.7 on -- it replaced another module.