• Ray Donnelly's avatar
    Conda: Enable use of mingw-w64 g++ and mkl when not on PATH · ab94990c
    Ray Donnelly 提交于
    Many Windows users avoid the command-line and are unfamiliar with env. vars.
    They can elect to use Anaconda/Miniconda Python as their system Python and
    in that case would not be able to take advantage of g++ or mkl.
    
    This commit works around these issues by adding the appropriate values to
    os.environ['PATH'] if they are not already on PATH.
    ab94990c
__init__.py 4.0 KB