Topic: https://russell.ballestrini.net/create-your-own-fleet-of-servers-with-digital-ocean-and-salt-cloud/
hide preview

What's next? verify your email address for reply notifications!

Ifiok-Jr-rb 10y, 236d ago

This is sooo useful to me right now! Thanks Russell

hide preview

What's next? verify your email address for reply notifications!

Pablo-Carranza-rb 10y, 194d ago

I tried both easy_install salt-cloud==0.8.9 and pip install salt-cloud==0.8.9; but received the following responses: (i) -bash: easy_install: command not found and -bash: pip: command not found, respectively.

Is there a prerequisite package/program I need to install, first?

remark link
hide preview

What's next? verify your email address for reply notifications!

russell 10y, 194d ago

Yes, depending on your operating system, you might need to install 'pip' or 'easy_install'. Both of these tools are used to install Python applications.

For Ubuntu to get the easy_install command run:

sudo apt-get install python-setuptools

For Ubuntu to get the pip command run:

sudo apt-get install python-pip
hide preview

What's next? verify your email address for reply notifications!

NA-rb 10y, 138d ago

Just side note, make sure you copy your key exactly as it was created from ssh-keygen into digital ocean. It'll save you from having to debug that.

hide preview

What's next? verify your email address for reply notifications!