-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Install source and version
- Installed from the Windows Store
- Installed with the MSIX from python.org
- Installed with the MSI from python.org
- [ x] Installed with
winget install 9NQ7512CXL7T
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=IExpected behavior
Download or extract this version of Python to I:\kuankuan\Download\test-pym
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working