简体   繁体   中英

I created a virtual environment in my editor but when I wanted to activate it by this code (kivy_venv/Scripts/activate) editor gave me error message

The error message was ( cannot be loaded because the execution of scripts is disabled on this system. Please see "get-help about_signing" for more details )

Can you help me

This seems to be an error of Powershell.

It should work if you just use the CMD instead.

If you want to stick with Powershell, then you can try to disable the restriction with Set-ExecutionPolicy RemoteSigned (Powershell has to be run as Administrator)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM