Install source and version
Version: 25.0b14
Describe the bug
Absolute paths cannot be used in the command-line tool.
To Reproduce
Use absolute paths in the "target" or "download" parameters within the command line arguments
pymanager install 3.12-32 "--target=I:\kuankuan\Download\test-pym"
> [ERROR] Unexpected argument: --target=I
pymanager install 3.12-32 --target=I:\kuankuan\Download\test-pym
> [ERROR] Unexpected argument: --target=I
pymanager install 3.12-32 --target="I:\kuankuan\Download\test-pym"
> [ERROR] Unexpected argument: --target=I
pymanager install 3.12-32 --download=I:\kuankuan\Download\test-pym
> [ERROR] Unexpected argument: --download=I
Expected behavior
Download or extract this version of Python to I:\kuankuan\Download\test-pym
Install source and version
winget install 9NQ7512CXL7TVersion: 25.0b14
Describe the bug
Absolute paths cannot be used in the command-line tool.
To Reproduce
Use absolute paths in the "target" or "download" parameters within the command line arguments
Expected behavior
Download or extract this version of Python to
I:\kuankuan\Download\test-pym