I have an ubuntu 20.04 VM with conda installed on top of it. Some of the packages I am using need GCC, I am trying to install it using multiple documentations and forums but with no luck.
Tried installing the build-essential package but each time I'm missing some dependencies and their dependencies miss some dependencies... (No way this is the way I'm supposed to do that this way).
Tried installing from a source package (tar file) but got an error:
no acceptable C compiler is found in $PATH (isn't the GCC supposed to be my C compiler ? How can I have a C-compiler when I'm trying to install one ??)
Do you guys have a working manual that I could use ?