After successfully running
echo 'export PATH="$PATH : /c/users /pc/anaconda 3:/c/users/pc/anaconda 3/ Scripts"'>> .bashrc
echo 'alias python="winpty python.exe"'>> .bashrc
source . bashrc
When I then tried to activate conda by running activate conda it says could not find conda environment or your shell is not configured properly.
How can I fix this?