Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105313 > unrolled thread

Re: Installed 3.5.0 successfully on Windows 10, but where is DDLs, Doc, Lib, etc?

Started bykosvanec@gmail.com
First post2016-03-20 15:33 -0700
Last post2016-03-20 18:25 -0500
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Installed 3.5.0 successfully on Windows 10, but where is DDLs, Doc, Lib, etc? kosvanec@gmail.com - 2016-03-20 15:33 -0700
    Re: Installed 3.5.0 successfully on Windows 10, but where is DDLs, Doc, Lib, etc? eryk sun <eryksun@gmail.com> - 2016-03-20 18:25 -0500

#105313 — Re: Installed 3.5.0 successfully on Windows 10, but where is DDLs, Doc, Lib, etc?

Fromkosvanec@gmail.com
Date2016-03-20 15:33 -0700
SubjectRe: Installed 3.5.0 successfully on Windows 10, but where is DDLs, Doc, Lib, etc?
Message-ID<e1cb0c1e-9036-45ca-9829-564cd3881ec6@googlegroups.com>
On Wednesday, October 14, 2015 at 9:06:11 PM UTC+2, John S. James wrote:
> I installed 3.5.0 today and it's working fine -- either from the command prompt, or running a .py script.
> 
> But the Python 3.4 that was previously installed on the computer had a Python34 folder, which contained DDLs, Doc, include, Lib, and various other folders and files. I haven't found a comparable Python35 folder anywhere. I'd like to find the 3.5 Doc folder at least.
> 
> I looked for the installation directory using the command prompt, but at c:\Users\(my name)\ there is no AppData.
> 
> Where can I find that folder? Or can I just ignore it for now (and get the documentation elsewhere)?

Python 3.5, for "all users" is in C:\Users\myName\AppData\Local\Programs\Python\Python35-32

[toc] | [next] | [standalone]


#105316

Fromeryk sun <eryksun@gmail.com>
Date2016-03-20 18:25 -0500
Message-ID<mailman.416.1458516392.12893.python-list@python.org>
In reply to#105313
On Sun, Mar 20, 2016 at 5:33 PM,  <kosvanec@gmail.com> wrote:
> On Wednesday, October 14, 2015 at 9:06:11 PM UTC+2, John S. James wrote:
>> I installed 3.5.0 today and it's working fine -- either from the command prompt, or running a .py script.
>>
>> But the Python 3.4 that was previously installed on the computer had a Python34 folder, which
>> contained DDLs, Doc, include, Lib, and various other folders and files. I haven't found a
>> comparable Python35 folder anywhere. I'd like to find the 3.5 Doc folder at least.
>>
>> I looked for the installation directory using the command prompt, but at c:\Users\(my name)\ there is
>> no AppData.
>>
>> Where can I find that folder? Or can I just ignore it for now (and get the documentation elsewhere)?
>
> Python 3.5, for "all users" is in C:\Users\myName\AppData\Local\Programs\Python\Python35-32

No, "%LocalAppData%\Programs\Python\PythonXY[-32]" is for a per-user
installation, unless a buggy version of the 3.5 installer failed to
update the target directory. Per-machine installs of 3.5+ default to
either "%ProgramFiles%\PythonXY" or "%ProgramFiles(x86)%\PythonXY-32",
where X and Y are the major and minor release numbers. Note that the
initial 3.5.0 release, and only 3.5.0, uses a "Python 3.5" naming
convention.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web