Skip to content

[UX] Clarification: 'pipx' command not found - Installation required in Windows OS #265

Closed
@sn3hay

Description

@sn3hay

Description
Reference: https://www.pyopensci.org/python-package-guide/tutorials/get-to-know-hatch.html
When trying to run: pipx install hatch in Windows command line, the following error is faced: 'pipx' is not recognized as an internal or external command, operable program, or batch file.

Steps to Reproduce

  1. Open a terminal or command prompt.
  2. Try running pipx install hatch

Expected Behavior
The pipx command should be recognized and install the package in an isolated environment.

Actual Behavior
The error message "pipx is not recognized" appears as an internal or external command, operable program or batch file.

Solution
Install pipx using pip install pipx.

  • pip install pipx

This is not a bug report but rather a clarification to help users understand the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    pyconus-24

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions