Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94777
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-07-30 08:05 -0700 |
| References | <mpci4h$4bi$2@dont-email.me> <mailman.1090.1438249280.3674.python-list@python.org> |
| Message-ID | <2f2c1379-69e5-4b31-ba91-ecc020074bd8@googlegroups.com> (permalink) |
| Subject | Re: Python launcher problem |
| From | wxjmfauth@gmail.com |
Le jeudi 30 juillet 2015 11:41:35 UTC+2, Terry Reedy a écrit : > On 7/30/2015 3:03 AM, ElChino wrote: > > If I in a cmd-shell (actually it is 4NT), do: > > c:>py -3 -V & python3 -V > > > > I get: > > Requested Python version (3) not installed << ! from py -3 -V > > Python 3.5.0b2 << ! from the 2nd cmd. > > > > What nonsense is this? I DO HAVE Python3 in my %PATH. > > A Registry setting gone haywire? > > Start with something that works. > C:\Users\Terry>py -3 > Python 3.5.0b2 (v3.5.0b2:7a088af5615b, May 31 2015, 06:22:19) [MSC > v.1900 64 bit (AMD64)] on win32 > Type "help", "copyright", "credits" or "license" for more information. > >>> exit() > > -- > Terry Jan Reedy Are you sure? C:\Users\triplex>py 'py' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes. C:\Users\triplex>
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python launcher problem ElChino <elchino@cnn.cn> - 2015-07-30 09:03 +0200
Re: Python launcher problem Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-30 09:39 +0200
Re: Python launcher problem Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-30 10:01 +0100
Re: Python launcher problem Terry Reedy <tjreedy@udel.edu> - 2015-07-30 05:41 -0400
Re: Python launcher problem wxjmfauth@gmail.com - 2015-07-30 08:05 -0700
Re: Python launcher problem ElChino <elchino@cnn.cn> - 2015-07-31 18:30 +0200
csiph-web