Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mtint/472775618fa62a0d1a0ea9ef801f044a to your computer and use it in GitHub Desktop.
Save mtint/472775618fa62a0d1a0ea9ef801f044a to your computer and use it in GitHub Desktop.
Install Openstack client on Mac OS/X
# The cleanest way is to not use the system python at all (like rbenv for Ruby)
brew install python
pip2 install --upgrade pip setuptools
pip2 install --upgrade python-openstackclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment