You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to set executionpolicy for my Windows Powershell in order to activate conda environment, it says access to the registry key ‘HKEY_Local_Machine\Software\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell’ is denied
To Reproduce
I installed miniconda as described in the guidelines/CONDA_ENVIRONMENT.md
I run the command set-executionpolicy remotesigned in my Windows powershell to enable the execution of scripts before I run conda init powershell
I saw this issue message
Expected behavior
To be able to activate the conda environment by first enter the default base environment, so I guess I need a registry key that is not denied
Screenshots
Devices
No Eye-tracker
Windows 11
The text was updated successfully, but these errors were encountered:
Describe the Issue
When I want to set executionpolicy for my Windows Powershell in order to activate conda environment, it says access to the registry key ‘HKEY_Local_Machine\Software\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell’ is denied
To Reproduce
set-executionpolicy remotesigned
in my Windows powershell to enable the execution of scripts before I runconda init powershell
Expected behavior
To be able to activate the conda environment by first enter the default base environment, so I guess I need a registry key that is not denied
Screenshots
Devices
The text was updated successfully, but these errors were encountered: