Skip to content

Instantly share code, notes, and snippets.

@curtkim
Created August 2, 2018 07:10
Show Gist options
  • Save curtkim/34eb97e7be3faab0c2056033c4d28104 to your computer and use it in GitHub Desktop.
Save curtkim/34eb97e7be3faab0c2056033c4d28104 to your computer and use it in GitHub Desktop.
openstack
conda create -n p2 python=2.7
conda activate p2
pip install --upgrade pip setuptools
pip install --upgrade python-openstackclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment