File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ call python purelib.py pkg\Lib\site-packages || goto :error
3232call move purelib.zip pkg
3333
3434:: Install py34 for mingwpy:
35- call conda create -p py34 -qy python=3.4 || goto :error
35+ call conda create -p py34 -qy python=3.4 -c conda-forge || goto :error
3636call conda install -p py34 -qy mingwpy -c conda-forge || goto :error
3737
3838set " gcc = py34\Scripts\gcc.exe"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ call python purelib.py pkg\Lib\site-packages
4343mv purelib.zip pkg
4444
4545# Install py34 for mingwpy:
46- conda create - p py34 - qy python= 3.4
46+ conda create - p py34 - qy python= 3.4 - c conda - forge
4747conda install - p py34 - qy mingwpy - c conda- forge
4848
4949$gcc = " py34\Scripts\gcc.exe"
You can’t perform that action at this time.
0 commit comments