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
This issue happened when I successfully installed miniconda and opened the Windows powershell. It says:
profile.ps1 cannot be loaded because running scripts is disabled on this system. [see screenshot bellow]
To Reproduce
I downloaded miniconda as described in the guidelines/CONDA_ENVIRONMENT.md and installed it
I saw this error message when I open the windows powershell without doing anything.
I tried to run conda init powershell in my windows powershell, the error message is still there
Expected behavior
Activate the conda environment by first enter the default base environment
Screenshots
Devices
No Eye-tracker
Windows 11
The text was updated successfully, but these errors were encountered:
Please take a look here: [https://stackoverflow.com/questions/64633727/how-to-fix-running-scripts-is-disabled-on-this-system]
In short: you must enable "running scripts" on your machine.
To do so:
1/ Run PoweShell as an Administrator (right-click and choose "Run as Administrator")
2/ Write and execute command: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Describe the issue
This issue happened when I successfully installed miniconda and opened the Windows powershell. It says:
profile.ps1 cannot be loaded because running scripts is disabled on this system. [see screenshot bellow]
To Reproduce
conda init powershell
in my windows powershell, the error message is still thereExpected behavior
Activate the conda environment by first enter the default base environment
Screenshots
Devices
The text was updated successfully, but these errors were encountered: