I find it very difficult to understand how anaconda environments handle gcc. If I want to create a conda pyhton 2.7 environment it automatically installs gcc 7.3. That gcc version is causing me a lot of problems which I could not find any help for. How do I create a conda environment where I would specify the gcc version?
↧