How do I change the gcc version of python used within anaconda or a virtual environment? Right now when I start python it shows:
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)]
on linux2
This is the same as the system-wide gcc
in /usr/bin/
However, I want it to use the version /etc/scl/prefixes/devtoolset-2:
which is gcc 4.8
Many thanks.