Hallo,
ich kann leider nicht pip install ausführen, auf meinem Desktop.
Ich habe auch --upgrade ausgeführt.
pip install graphene
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
+ pip install graphene
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\Daniil A. Podlubniy>
pip install funktioniert nicht
wie ist es mit
?
Code: Alles auswählen
python -m pip install graphene
_______________________________________________________________________________
https://www.python-kurs.eu/index.php
https://learnxinyminutes.com/docs/python/ https://learnxinyminutes.com/docs/de-de/python-de/
https://quickref.me/python https://docs.python-guide.org/
> python -m venv env
Python
source env/Scripts/activate
source : The term 'source' 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
+ source env/Scripts/activate
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (source:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Später möchte ich eine virtuelle Umgebung aufbauen doch es funktioniert nicht
Python
source env/Scripts/activate
source : The term 'source' 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
+ source env/Scripts/activate
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (source:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Später möchte ich eine virtuelle Umgebung aufbauen doch es funktioniert nicht
Es gibt kein "source" unter Windows. Du folgst der Anleitung für unioxide Betriebssyteme.
Code: Alles auswählen
env\scripts\activate.bat