Skip to content

hardhus/real-python-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Hello, world! This is my first PUSH to Github.

If you encounter the error message "File cannot be loaded because running scripts is disabled on this system".

Temporary Solution (Geçici Çözüm)

To bypass the script execution policy temporarily, open PowerShell as an administrator and run the following command:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Permanent Solution (Kalıcı Çözüm)

To permanently bypass the script execution policy, open PowerShell as an administrator and run the following command.

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

About

Real Python test!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages