This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients abarry, doc, docs@python, r.david.murray, tim.golden, tim.peters
Date 2016-05-17.16:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <573B4832.4040206@timgolden.me.uk>
In-reply-to <1463502558.39.0.441251755831.issue27045@psf.upfronthosting.co.za>
Content
The key point here is that if I run the example as given on my Win 8.1 
box, it doesn't work. (The venv I'm using is called nw0).

d:\tim\.venvs>dir nw0\Scripts\activate.bat
  Volume in drive D is New Volume
  Volume Serial Number is 2639-22DA

  Directory of d:\tim\.venvs\nw0\Scripts

30/03/2016  07:45               547 activate.bat
                1 File(s)            547 bytes
                0 Dir(s)  458,354,536,448 bytes free

d:\tim\.venvs>
d:\tim\.venvs>nw0/Scripts/activate.bat
'nw0' is not recognized as an internal or external command,
operable program or batch file.

d:\tim\.venvs>
History
Date User Action Args
2016-05-17 16:35:07tim.goldensetrecipients: + tim.golden, tim.peters, r.david.murray, docs@python, abarry, doc
2016-05-17 16:35:06tim.goldenlinkissue27045 messages
2016-05-17 16:35:06tim.goldencreate