Hello Guys, please any help with this ? I'd be very grateful thanks The term 'pipenv' is not recognized as the name of a cmdlet, function, script file, or operable program

Hello, thank you let me try it.

c:\users\felic\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages pip

I copied the above from the pivenv in my command prompt after entering pip list -v. Is this the path I should paste in the terminal of my vscode ?

If that space is a part of it, you may need to enclose the command in quotes or escape the space character.

Maybe try without the " pip" first. The command would be something like this:

c:\users\felic\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages\pipenv

Assuming that worked you could add this to the path:

$Env:Path += ';c:\users\felic\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages'

If the " pip" is part of the path, you have to include it and escape the space character. I’d have to look up the proper escape sequence for Windows PowerShell.

where am I pasting the code please ?

Into the terminal in VSCode.

Hello, I pasted this same error message.

That may just mean that the " pip" is part of the file path. You can also use your file explorer to check that the binary is stored there.

Thanks I don’t know what to do again.

Hello, finally I got the hang of it. I copied this and pasted it to PATH
C:\Users\felic\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts

Wonderful, and it is working now?

Yes it is. Thank you very much.

hi.
could you please write what did you wrote in the vs terminal.

which problem are you facing ?

how to setup pipenv in my project.
I am working with windows.

when I do pip -v : I can find pipenv in the list but when I want to intialize to my project or download some backage I got this message:

C:\Users\fishm\desktop\req\proj> c:\users\fishm\appdata\roaming\python\python310\site-packages\Scripts
c:\users\fishm\appdata\roaming\python\python310\site-packages\Scripts : The term
‘c:\users\fishm\appdata\roaming\python\python310\site-packages\Scripts’ 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

  • c:\users\fishm\appdata\roaming\python\python310\site-packages\Scripts
  •   + CategoryInfo          : ObjectNotFound: (c:\users\fishm\...ackages\Scripts:String) [], CommandNotFoundExceptiontion
      + FullyQualifiedErrorId : CommandNotFoundException
    

Hello Aviram. I was sick couldn’t reply to your message. I’m very sorry about that. Have you succeeded in running pipenv ? If not let me know so I can be of help. Thanks

Hi Carlos, I managed in the end,
thank you very much for your help,
and I wish you to feel well.

ok thank you. Take Care.

For people having this problem.
Create a folder Python in c:\ itself. i.e. before users folder.
then you can avoid all the problems
Took 3hrs of my time to decode :sob: , save yours