Background
I installed this python install manager, when I use pymanager install <python_version> to install python, PyManager install command will install the python to C: .
Now I want pymanager install <python_version> command install python to other location, such as D:\Python\<python_version> .
Details
I read the documents https://docs.python.org/dev/using/windows.html and searched keywords "location", "directory" and find no "installation location" or "installation directory" about this new python installer.
How to change the installation directory for pymanager install?
Background
I installed this python install manager, when I use
pymanager install <python_version>to install python, PyManager install command will install the python toC:.Now I want
pymanager install <python_version>command install python to other location, such asD:\Python\<python_version>.Details
I read the documents https://docs.python.org/dev/using/windows.html and searched keywords "location", "directory" and find no "installation location" or "installation directory" about this new python installer.
How to change the installation directory for
pymanager install?