I am relatively new to Python so please pardon my ignorance. I want to know answer to following questions
- How does pip know the location to install packages that it installs? After a built of trial and error I suspect that it maybe hardcoded at time of installation.
- Are executables like pip.exe what they call frozen binaries? In essence, does it mean that pip.exe will run without python. Again after a bit of trial and error i suspect that it requires a python installation to execute.
P.S: I know about sys.prefix,sys.executable and sys.exec_prefix. If there is anything else on which the questions i asked on depends, pls link me to same.