<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div><div><div><div><div>Hello users,<br><br></div>     I've installed yt locally under a local install of python2.7 on a local cluster to analyze data after runs. It was installed using a local version of pip, and I installed yt-3.1. However the cluster is running Centos6 which loads with gcc4.4.7 automatically. I have installed gcc4.8 alongside this. When I installed python and pip and yt, unfortunately I hadn't updated the enviromental variables to point at gcc4.8. So now when I load yt I get:<br><br>ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/draco/jwall/usr/local/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/_tri.so)<br><br></div>since gcc4.4 doesn't have GLIBCXX_3.4.15.<br><br></div>Is there anyway to point yt at the later version of libstdc++ that I have with gcc4.8? Or do I have to reinstall (and if so how far back? Just yt? pip also? python?).<br><br></div>Cordially,<br><br></div>Joshua Wall<br></div>