I'm a new user of Ubuntu through the Windows Subsystem for Linux (WSL). I'm trying to activate a conda enviroment for installing packages available for Python.
Following the steps of this topic, I've already tried to activate conda commands with sudo ln -s /home/<user>/miniconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh, but I still receive error messages as/etc/profile.d/conda.sh: No such file or directory:numeric argument required when trying to source activate envs. Also can't use conda activate envs, since it doens't recongnize conda commands. I'm running on Ubuntu 20.04.2 LTS.