Skip to content

Issue: pip install git+https://github.com/skpaul82/axle-cli.git fails in Windows PowerShell - "pip not recognized" #2

@DiptaSaha

Description

@DiptaSaha

I'm trying to install Axle CLI v1.3.0 on Windows 11 using PowerShell (as admin), but getting 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program error.

Steps to reproduce:
Opened PowerShell as Administrator

Run: pip install git+https://github.com/skpaul82/axle-cli.git

Error:

pip: The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

Screenshot:

Image

My setup:

  • Windows 11
  • PowerShell 7.x (latest)
  • Python 3.11+ installed via python.org
  • pip should be available (works in CMD: py -m pip --version)

What I've tried:

  • python -m pip install ... (same error)
  • Restarted PowerShell as admin

Question: How to install on Windows PowerShell? Should I use py -m pip instead, or is there a Windows-specific install method?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions