Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
windows install py.exe
#1
I just installed Python 3.7.0 on a Windows machine. Why does the default install put py.exe, pyw.exe, and pyshellext.amd64.dll in the \\Windows directory? That's very, very bad. No application (ie. Python) has any busy screwing around with the OS files/dirs. When you install on Linux do you mess around with /sbin? Linux /sbin is the same as Windows \\Windows. You should not be putting things in either of those locations. Why not move those 3 files to the installed location for Python370. Since it's in the path ahead of windows they should load and work just fine. This can also create huge problems if you have multiple versions of Python installed (Py3, Py2, Anaconda2, Anaconda3). Putting files in the \\Windows dir is just bad programming. Please correct or tell me why such a bad policy.
Reply


Messages In This Thread
windows install py.exe - by fulkgl - Sep-16-2018, 08:31 PM
RE: windows install py.exe - by snippsat - Sep-16-2018, 09:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python 2.7.14 install on Windows missing Scripts directory and pip #bug bluejedi 4 16,574 Dec-15-2017, 04:12 PM
Last Post: bluejedi
  [PyPa] Problems with Install PIP on Windows ! JamieVanCadsand 7 9,818 Sep-25-2017, 10:37 AM
Last Post: JamieVanCadsand
  Can I install Python 3.6.2 on Windows 10 for All Users? DAWO 1 29,940 Sep-15-2017, 01:31 PM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020