Skip to content

The command-line tool does not support absolute paths #161

Description

@kuankuan2007

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=I

Expected behavior
Download or extract this version of Python to I:\kuankuan\Download\test-pym

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions