Skip to content

Instantly share code, notes, and snippets.

@hugo53
Last active December 29, 2015 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugo53/7673070 to your computer and use it in GitHub Desktop.
Save hugo53/7673070 to your computer and use it in GitHub Desktop.
Mac commands

Download a file quickly

curl -O https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py

Note that -O is O character (uppercase), not zero number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment