Install Python, Miniconda, and create an environment env001 using PowerShell.
Due to PowerShell's execution policy, due to a security feature in Windows, which prevents scripts from running, and don t allow Conda to function properly, we need follow these steps:
Step 0: Allow Script Execution
Run this command in PowerShell to...
programmingetc.hashnode.dev1 min read