Interacting with Conda in PowerShell

If you want to be able to use conda in PowerShell, you need to add the conda scripts to your path. You can do this by running the following command in PowerShell: 1 $env:Path += ";C:\Users\USERNAME\Anaconda3\Scripts" Next, you want to run Anaconda Prompt as administrator. You can do this by right-clicking on the Anaconda Prompt icon and selecting “Run as administrator”. Execute the following command in Anaconda Prompt to register conda with PowerShell:...