-- Jonathan Hartley tar...@tartley.com http://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley
--
You received this message because you are subscribed to a topic in the Google Groups "Obey the testing goat! Test-Driven Web Development with Python book" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/obey-the-testing-goat-book/RHCR1t7mxgo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to obey-the-testing-goat-book+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Obey the testing goat! Test-Driven Web Development with Python book" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/obey-the-testing-goat-book/RHCR1t7mxgo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to obey-the-testing-go...@googlegroups.com.
From: Rafał Szymański Sent: Friday, 25 July 2014 13:54 To: Harry Percival Cc: Jonathan Hartley; obey-the-test...@googlegroups.com |
Never mind. Next week I'll try install ubuntu.Have a nice weekend everyone.
--
--
You received this message because you are subscribed to the Google Groups "Obey the testing goat! Test-Driven Web Development with Python book" group.
To unsubscribe from this group and stop receiving emails from it, send an email to obey-the-testing-go...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Obey the testing goat! Test-Driven Web Development with Python book" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/obey-the-testing-goat-book/RHCR1t7mxgo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to obey-the-testing-go...@googlegroups.com.
yum install centos-release-SCL
and now you can 'yum install python27'
it so easy
I put the following at the end of my .bashrc
to remind me that scl is on the system
***************************************** *********** To enter SCL *************** ***** scl enable python27 bash ********** ***************************************** ***** type "exit" to exit SCL *********** *****************************************> scl enable python27 bash
Virtualenv was install automatically when you install python27
virtualenv projectName
cd projectName
source bin/activate
easy_install pip
pip install fabric
Successfully installed fabric paramiko pycrypto ecdsa
type 'deactivate'
to leave SCL type 'exit'
From: Rafał Szymański Sent: Friday, 14 November 2014 08:25 Subject: [obeythetestinggoat] Re: how to install pip for python2.7 |
sudo easy_install-2.7 pip
Processing pip
error: Not a recognized archive type: pip
Try downloading get-pip from https://pip.pypa.io/en/stable/installing/ and running it with "sudo python2.7 get-pip.py". ?
--
You received this message because you are subscribed to the Google Groups "Obey the testing goat! Test-Driven Web Development with Python book" group.
To unsubscribe from this group and stop receiving emails from it, send an email to obey-the-testing-go...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Harry Percival
+44 78877 02511
Try downloading get-pip from https://pip.pypa.io/en/stable/installing/ and running it with "sudo python2.7 get-pip.py". ?
On Sun, 23 Oct 2016, 12:55 Danlan Chen, <danlanc...@gmail.com> wrote:
Hello, I have a problem when I am running this code below, do you have any idea?sudo easy_install-2.7 pip
Processing pip
error: Not a recognized archive type: pip
--On Thursday, 24 July 2014 20:33:54 UTC+9, Rafał Szymański wrote:Hi there!I'd like to install fabric.pip install fabric is installing it for python3.4. I have python2.7 but don't have pip for this version. I was trying to find some explenation how to do that but ech of them are more complicated. Could anyone tell me hot to install pip for python 2.7 in a step-by-step way, please?
You received this message because you are subscribed to the Google Groups "Obey the testing goat! Test-Driven Web Development with Python book" group.
To unsubscribe from this group and stop receiving emails from it, send an email to obey-the-testing-goat-book+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.