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:
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!
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:
My setup:
What I've tried:
Question: How to install on Windows PowerShell? Should I use py -m pip instead, or is there a Windows-specific install method?
Thanks!