python can be installed in any system disk, there is no mandatory requirements, the default path is installed in the C disk. Why is the default installation location of the software in C disk? Let's talk about it below.
First of all, we need to make it clear that if the operating system is installed on the D drive, you will find that few software will automatically recognize the system path and appear in the default installation location of the D drive, however, there are still some software will show the C drive, which is related to the software installation package.
Therefore, the C disk is not absolute, but must be the tacit agreement of many software developers, those who can automatically recognize the system partition and default the installation location of the system disk where the software is in respect of the design of the Windows system.
There is also software like Tencent's product that automatically detects installation directories and creates subdirectories, but only a small percentage of installation steps with such user-friendly design exist.
In Windows: Program Files and Program Files (x86) are used to store the program body, ProgramData and %user%/appdata are used to store the program data.
When you have a problem with the program proper, you just need to reinstall the program and your user data will still be saved.
When you want to restore the program settings, you just need to delete the program's configuration file from ProgramData or %user%/appdata to be able to restore the program to its initial settings.
The program writes software information and paths to uninstall programs to the corresponding registry locations during installation, so that the program can be managed in a unified way through the Control Panel.
Is it better to have that software on the C drive?
Let's start with why many users choose the latter between installing software on the C drive and the D drive.
One of the reasons: N years ago, the hard disk capacity is not as massive as now, 20G can be called high-capacity hard disk era, the computer's C disk as the system disk, after installing the operating system is basically not much space, so then people's habit is to install the software in the non-system disk, so as not to be too small because of the space left on the system disk leads to insufficient virtual memory (that era of the physical memory capacity is not as horrible as it is today! The physical memory capacity in those days was not as horrible as it is now, 256M to run xp is also there, running large software, such as games, virtual memory is still very necessary).
Reason number twoWindows is not like a unix-like environment, hang up your own can still drum up, maybe up, windows hung after most people, including the so-called "masters", using a simple and brutal but the most effective way. The most effective way is to reinstall the system disk. At this time, backing up your personal files is a problem, and at that time there were not many easy-to-use system maintenance environment to choose from. (At that time, there were not many easy-to-use system maintenance environments to choose from (basically DOS, for one thing, the interface of this thing is not so friendly, and for another, the system is crashed by you for sure not a day or two, in the absence of a file manager, copying hundreds of files from the system disk to other disk drive is not an easy task).
Nowadays, we have caught up with the good times, the hardware configuration has been greatly improved, which makes the situation of insufficient space on the system disk less and less, and more space can be shared for the C disk, so that software can be installed on the C disk. And there are a lot of easier to use system maintenance environment, basically based on PE, with a CD-ROM or U disk or network boot, and many motherboard manufacturers due to the surge in BIOS capacity has also developed a number of BIOS-based system maintenance environment, the function is also quite powerful. So, this matter can be forgotten, no need to force yourself to install the software in other partitions.
Knowledge Points Supplement:
By default, python is installed on disk C. If you don't have enough space on disk C, you can put it anywhere, but don't have spaces in the path. Python is a high-level knot
Combines interpreted, compiled, interactive, and object-oriented scripting languages.
Python is designed to be very readable, and has a more distinctive syntax than other languages, which often use English keywords and some punctuation marks.
Python is an interpreted language: this means that there is no compilation in the development process. It is similar to PHP and Perl.
Python is an interactive language: this means that you can execute code directly after a Python prompt >>> Python is an object-oriented language: this means that Python supports the following
Programming techniques that hold an object-oriented style or code encapsulated in objects.
Python is a Beginner's Language: Python is a great language for beginning programmers, supporting the development of a wide range of applications, from simple word processing to WWW browsers to games.
This article on python to be installed in which disk of the article is introduced to this, more related python must be installed in the c disk content please search for my previous articles or continue to browse the following related articles I hope you will support me in the future!