0

cmder Pip call

i can not use Pip i have copied the get-pip.py file in the python directory and call it from cmder by "python get-pip.py but when after i the got this response!

StupidWolf
  • 45,075
  • 17
  • 40
  • 72

1 Answers1

1

The problem is its not in path. You can add it to windows path using what is in this question: Adding a directory to the PATH environment variable in Windows You can see the path that should be added in the response. Its something like C:\Users\willi\python\Scripts

smal
  • 177
  • 10