I have to install a package which calls for gcc: >=5.3
. On my system (Linux, remote server), gcc version is 4.8.5
, and a Conda virtual environment uses the same version. Is it possible to use a different version within the virtual environment?
↧
Is it possible to use a different gcc version inside a Conda environment?
↧