All operating systems should have the following two directories in their path that end with the following.
Doesn't this contradict the advice from before to not add the miniconda to the PATH environment?
All operating systems should have the following two directories in their path that end with the following.
Doesn't this contradict the advice from before to not add the miniconda to the PATH environment?
Windows users — echo %PATH%
This works only in the command prompt. To see the path in a powershell prompt, use<br />
echo $Env:PATH
miniconda3/bin
My installation does not have this path.