It would be nice if there were an option to change the name of the custom pip executable for RustPython; this would be useful if you already have CPython installed. It could be something like rustpython --install-pip --name {NAME}. This would prevent a PATH conflict, where two executables with identical names are occupying the same space, but only the first one to register is given priority.
I'm opening this issue because I couldn't find any documentation on this.
It would be nice if there were an option to change the name of the custom
pipexecutable for RustPython; this would be useful if you already have CPython installed. It could be something likerustpython --install-pip --name {NAME}. This would prevent a PATH conflict, where two executables with identical names are occupying the same space, but only the first one to register is given priority.I'm opening this issue because I couldn't find any documentation on this.