Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get-command : The term 'pipenv' is not recognized as the name of a cmdlet, function, script file, or operable program. #216

Open
Jwesley123 opened this issue Sep 5, 2022 · 0 comments

Comments

@Jwesley123
Copy link

Windows 10 Home. 64-bit operating system, x64-based processor.

Python found!
Found VS 2019 Build Tools - Excellent
Found PyStemmer
get-command : The term 'pipenv' 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 C:\Users\NOVANNA\Desktop\reddit-karma-farming-bot-master\deps\windows\windows.ps1:26 char:7
+ if (!(get-command pipenv)) {
+       ~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (pipenv:String) [Get-Command], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.GetCommandCommand

Pipenv not found - installing
& : The term 'pip3' 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 C:\Users\NOVANNA\Desktop\reddit-karma-farming-bot-master\deps\windows\windows.ps1:28 char:5
+   & pip3 install pipenv
+     ~~~~
    + CategoryInfo          : ObjectNotFound: (pip3:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Press any key to continue . . .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant