Hi everyone
I am a bit clueless about the following: I recently updated to Julia 1.10.0 which I installed via the Microsoft store. Everything seemed fine so far. Now, I wanted to use a Pluto.jl
notebook. When starting up, I received the following notification:
[ Info: Loading...
. : File C:\Users\[my user name]\Documents\WindowsPowerShell\profile.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:3
+ . 'C:\Users\[my user name]\Documents\WindowsPowerShell\profile.ps1'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
┌ Info:
└ Opening http://localhost:1234/?secret=h5HBwzCa in your default browser... ~ have fun!
┌ Info:
│ Press Ctrl+C in this terminal to stop Pluto
└
Afterwards, Pluto opened like usual in my browser but when I tried to save a notebook in a specific folder I got notified that
Failed to move file:
Pluto update_notebook error: (from Julia: SystemError: opening file "C:\\Users\\[my user name]\\Documents\\Codes": Permission denied)
I understand that this has to do with my PowerShell settings. However, for my previous version of Julia (1.8.5) I never had any related problems with running Pluto on the same machine with the same settings.
Does anyone know whether this is related to installing Julia via the Windows store? (which I didn’t use for downloading Julia 1.8.5).
And will I need to change the settings?