Skip to content

Instantly share code, notes, and snippets.

View raje2411's full-sized avatar
:octocat:
I may be slow to respond.

Rajesh Raman raje2411

:octocat:
I may be slow to respond.
View GitHub Profile
@gildas
gildas / install-openstack-client-osx.sh
Last active February 14, 2021 16:43
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