Posts tagged 'python'

Patrick Snape

Conda GLIBC_2.15 Error

If, when using conda (Anaconda or Miniconda), you experience an error that is something like the following:

ImportError: /home/pts08/miniconda/envs/_test/bin/../lib/libm.so.6: version `GLIBC_2.15' not found (required by /home/pts08/miniconda/envs/_test/lib/python2.7/site-packages/cyffld2/../../../libfftw3f.so.3)

You can …

Patrick Snape

Making __git_ps1 and virtualenvwrapper play nicely

I had to reinstall my ubuntu installation today after I completely broke it upgrading from 13.04 to 14.04. This meant that one of my first tasks was to reconfigure my shell how I liked it. Upon searching around, I found that the way I had been including the …