Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to start conda powershell windows

# check that your shortcut to start pwsh.exe does NOT use bypass execution policy. use this.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
# then pip and python commands should work when changing Conda environments on Windows
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #start #conda #powershell #windows
ADD COMMENT
Topic
Name
7+3 =