1

I'd need the commands in pip but I cannot enable them. My python (python3.6.8) does not even recognise and highlight pip even though I have it installed in the script folder and enabled it while setting up.

I followed this walkthrough (twice) to be able to use pipenv but it still does not work. Please help

Nazim Kerimbekov
  • 3,965
  • 6
  • 23
  • 48
Heni Nagy
  • 13
  • 2
  • Make sure that the 'Scripts' folder is in your PATH. – Elizabeth Mar 29 '19 at 13:34
  • 1
    I always wanted to ask `Did you try python3.6 -m pip` or `py -3 -m pip` ? – han solo Mar 29 '19 at 13:36
  • How to put my stripts folder in the my path? what to import for it? I have both pi in the scripts. – Heni Nagy Mar 29 '19 at 15:07
  • 1
    Possible duplicate of ['pip' is not recognized as an internal or external command](https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command) – Underoos Mar 31 '19 at 14:33

1 Answers1

0

i am also new here :)

From my knowledge pipenv and pip are two different things.

Did you launched your console as administrator?

Jatzek3
  • 18
  • 4
  • Honestly I don't know the name. I only programmed in the file opened through the shell. Whivh one is that? – Heni Nagy Mar 29 '19 at 15:06
  • You wont be able to use pipenv. Pipenv its a new thing. This tutorial teaches about pip and Virtualenv, and not pipenv. – Jatzek3 Mar 29 '19 at 15:43