(no title)
mngdtt | 2 years ago
So I uninstalled it and now my wsl prompt starts with (base) and I don't know how to disable it and all my python scripts are broken because they can't find all the libraries I've installed from pip throughout the years.
0/10 would not recommend.
ZunarJ5|2 years ago
Try: conda config --set auto_activate_base false
mngdtt|2 years ago
dazzlefruit|2 years ago