---
title: "2011 06 21 installing mr awsome on mac os x"
description: "To quote the [mr.awsome](https://github.com/fschulze/mr.awsome) documentation \"mr.awsome is a commandline-tool (aws) to manage and control Amazon Webservice's EC2 instances.\""
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/2011-06-21-installing-mr-awsome-on-mac-os-x
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T10:58:46.492Z
license: CC-BY-4.0
attribution: "2011 06 21 installing mr awsome on mac os x — Claudary (https://claudary.paisolsolutions.com/skills/2011-06-21-installing-mr-awsome-on-mac-os-x)"
---

# 2011 06 21 installing mr awsome on mac os x
To quote the [mr.awsome](https://github.com/fschulze/mr.awsome) documentation "mr.awsome is a commandline-tool (aws) to manage and control Amazon Webservice's EC2 instances."

## Overview

---
title: Installing mr.awsome on Mac OS X
date: 2011-06-21
draft: false
slug: installing-mr-awsome-on-mac-os-x
---

To quote the [mr.awsome](https://github.com/fschulze/mr.awsome) documentation "mr.awsome is a commandline-tool (aws) to manage and control Amazon Webservice's EC2 instances."

Once you know the correct incantation, installing it is easy.

~~~ shell
curl -o setuptools-0.6c11-py2.6.egg http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg#md5=bfa92100bd772d5a213eedd356d64086
sudo sh setuptools-0.6c11-py2.6.egg
rm setuptools-0.6c11-py2.6.egg
export ARCHFLAGS="-arch i386 -arch x86_64"
easy_install mr.awsome
~~~

Simple as that.

[Follow me](https://twitter.com/davidltaylor) on Twitter. If you don't, kittens and fairies will die.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/2011-06-21-installing-mr-awsome-on-mac-os-x) · https://claudary.paisolsolutions.com
