ljgww
ljgww

Reputation: 3528

What is the default installation directory with an MSI install of Python 2.7?

When using windows MSI installation from python.org/download (current version is 2.7.3), python by default installs in some folder but it is nowhere documented what is this default. Can someone check that on windows?

Also does this MSI installation recognizes is it 32 or 64bit windows and installs appropriate version or it assumes that it shall always be 32bit version of python?

Particularly I am interested what happens on Windows 7 when this installer is used.

Upvotes: 2

Views: 3888

Answers (1)

Minion91
Minion91

Reputation: 1929

the default installation folder is c:/python27

Upvotes: 5

Related Questions