Installing Python and Miniconda on Windows PowerShell.
id.241017155.452718
Here’s a block of commands for installing Python and Miniconda on Windows PowerShell, and then creating an environment named env001:
# Step 1: Install Python
# Download the Python installer
Invoke-WebRequest -Uri https://www.pytho...
programmingetc.hashnode.dev1 min read