Re: Recipe to upgrade to Python 3.x on Ubuntu 12.04 and 14.04

2016-09-08 Thread Mike Dewhirst
On 8/09/2016 10:12 PM, Erik Cederstrand wrote: Den 7. sep. 2016 kl. 10.49 skrev James Schneider : You may also want to consider building in a configuration manager such as Ansible or Salt stack. Once set up, you can deploy multiple staging and prod servers with a

Re: Recipe to upgrade to Python 3.x on Ubuntu 12.04 and 14.04

2016-09-08 Thread Erik Cederstrand
> Den 7. sep. 2016 kl. 10.49 skrev James Schneider : > > You may also want to consider building in a configuration manager such as > Ansible or Salt stack. Once set up, you can deploy multiple staging and prod > servers with a couple commands. With the right planning,

Re: Recipe to upgrade to Python 3.x on Ubuntu 12.04 and 14.04

2016-09-07 Thread Mike Dewhirst
On 7/09/2016 6:49 PM, James Schneider wrote: On Sep 6, 2016 10:44 PM, "Mike Dewhirst" > wrote: > > I'm looking for a step-by-step system admin recipe to get away from Python 2.7 because unicode on 2.7 is doing my head in. This is ugly I

Re: Recipe to upgrade to Python 3.x on Ubuntu 12.04 and 14.04

2016-09-07 Thread James Schneider
On Sep 6, 2016 10:44 PM, "Mike Dewhirst" wrote: > > I'm looking for a step-by-step system admin recipe to get away from Python 2.7 because unicode on 2.7 is doing my head in. This is ugly I know but that's how it is. > > Staging server is Ubuntu 12.04on local hardwarewith

Recipe to upgrade to Python 3.x on Ubuntu 12.04 and 14.04

2016-09-06 Thread Mike Dewhirst
I'm looking for a step-by-step system admin recipe to get away from Python 2.7 because unicode on 2.7 is doing my head in. This is ugly I know but that's how it is. Staging server is Ubuntu 12.04on local hardwarewith Python 2.7 and it runs Apache2 and mod_wsgi. It serves Django, Subversion,