virtualenv my_python_env
Ich konnte ein virtuelles Umgebungsverzeichnis erstellen, indem ich Folgendes eingab:
.\my_python_env\Scripts\activate.bat
Auch wenn Sie versuchen, durch Schlagen zu aktivieren
.\my_python_env\Scripts\activate.bat : The term '.\my_python_env\Scripts\activate.bat' is not recognized as the name of a cmdlet,
PS C:\Users\--\Documents\programming\Sakai\my_python_env\Scripts> cd..
PS C:\Users\--\Documents\programming\Sakai\my_python_env> .\Scripts\activate.bat
PS C:\Users\--\Documents\programming\Sakai\my_python_env> .\Scripts\activate.bat
PS C:\Users\--\Documents\programming\Sakai\my_python_env> .\Scripts\activate.bat
PS C:\Users\--\Documents\programming\Sakai\my_python_env> .\Scripts\activate.bat
PS C:\Users\--\Documents\programming\Sakai\my_python_env> cd..
PS C:\Users\--\Documents\programming\Sakai> cd .\my_python_env\
PS C:\Users\--\Documents\programming\Sakai\my_python_env> .\Scripts\activate
.\Scripts\activate : File C:\Users\--\Documents\programming\Sakai\my_python_env\Scripts\activate.ps1 cannot be loaded
because running scripts is disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ .\Scripts\activate
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
Ich bekomme so einen Fehler und es funktioniert nicht. Ich wusste den Grund nicht, auch wenn ich ihn nachgeschlagen hatte, und ich hatte große Probleme.
Es ist wirklich passiert, aber als ich die Standard-Shell von Power Shell in Eingabeaufforderung geändert habe, wurde sie normal gelöst. Ich weiß überhaupt nicht warum, aber ich werde es für diejenigen teilen, die das gleiche Problem haben und nicht verstehen warum. Ich werde es erneut aktualisieren, wenn ich den Grund verstehe.
Recommended Posts