This topic is similar to Suggest to add system-wide install for the new Python Install Manager (PIM) for Windows
I have a C++ / windows application that use python interpreter. I would like to debug my app with python Debug. I use CMake and I know that RelWithDebInfo exists but it’s not the same than true debug. See numpy comment
So I would like to install python debug and its debugging symbol. I didn’t find a way to do it with the new Python Install Manager.