Last active
February 14, 2021 16:43
-
-
Save gildas/351af1ee2e64163f6d29 to your computer and use it in GitHub Desktop.
Install Openstack client on Mac OS/X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
If you don't have pip2, try pip3.