Re: [Tutor] Preparing virtualenvwrapper for Django 1.6 development

2014-08-26 Thread Walter Prins
Hi, To add: On 23 August 2014 08:54, Chris “Kwpolska” Warrick wrote: > > On Fri, Aug 22, 2014 at 11:23 PM, Sithembewena Lloyd Dube > wrote: > > I am developing on a Windows 8.1 machine and wold like to setup > > virtualenvironment via virtualenvwrapper so as to have a properly set up > > Python

Re: [Tutor] Preparing virtualenvwrapper for Django 1.6 development

2014-08-24 Thread Chris “Kwpolska” Warrick
On Sat, Aug 23, 2014 at 9:37 PM, Alan Gauld wrote: > While I wouldn't say its the best environment I don't think its > fair to say Windows is "a bad environment for Python". Any > experienced Windows programmer will find it much easier to use Python on > Windows than to learn a whole new OS and de

Re: [Tutor] Preparing virtualenvwrapper for Django 1.6 development

2014-08-23 Thread Alan Gauld
On 23/08/14 08:54, Chris “Kwpolska” Warrick wrote: Note that this blog post is HEAVILY *nix-specific, and that Windows is a bad environment for Python development (especially Web development). While I wouldn't say its the best environment I don't think its fair to say Windows is "a bad environ

Re: [Tutor] Preparing virtualenvwrapper for Django 1.6 development

2014-08-23 Thread Chris “Kwpolska” Warrick
On Fri, Aug 22, 2014 at 11:23 PM, Sithembewena Lloyd Dube wrote: > Hi everyone, > > I am developing on a Windows 8.1 machine and wold like to setup > virtualenvironment via virtualenvwrapper so as to have a properly set up > Python development environment. > > I am referring to Jeff Knupp's guide