Skip to content

Instantly share code, notes, and snippets.

@nascimento
Created July 22, 2015 15:37
Show Gist options
  • Save nascimento/422a3e59ed9dddea7ee2 to your computer and use it in GitHub Desktop.
Save nascimento/422a3e59ed9dddea7ee2 to your computer and use it in GitHub Desktop.
Install pip on suse 11 and python 2.6
curl -O https://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz
tar xvfz pip-1.2.1.tar.gz
cd pip-1.2.1
zypper install python-setuptools
python setup.py install
ln -sfn /usr/local/bin/pip /usr/bin/pip
pip install --upgrade awscli
cd ..
@Rickplusplus
Copy link

Step 4 I'm getting prompted for medium. I'm using SUSE11 with Python 2.6. Please advise.

Please insert medium [] #1 and type 'y' to continue or 'n' to cancel the operation. [yes/no] (no):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment