Skip to content

Instantly share code, notes, and snippets.

@gildas
Last active February 14, 2021 16:43
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save gildas/351af1ee2e64163f6d29 to your computer and use it in GitHub Desktop.
Save gildas/351af1ee2e64163f6d29 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
@davidlandais
Copy link

If you don't have pip2, try pip3.

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