Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages