1
1
I currently have installed many python packages with specific variants. For example, I'm using the gcc5 build of scipy. I've done this using macports, where it is as simple as:
port install py35-scipy+gcc5
Is there a way to specify such variants using conda or pip?
Inversely, perhaps it possible to install variants using macports to python in a conda env?
Thanks, Brett.
Not ideal, but this should work, thanks. – bbuzz31 – 2018-01-02T19:39:27.233