Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created April 8, 2019 12:13
Show Gist options
  • Save ualmtorres/572bc7cdc54c8ab51471e30375e06c3b to your computer and use it in GitHub Desktop.
Save ualmtorres/572bc7cdc54c8ab51471e30375e06c3b to your computer and use it in GitHub Desktop.
Post install script to install Python 2.7 on OpenStack instances
#!/bin/bash
echo "Install Python"
apt-get update
apt-get install -y python-minimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment