mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
get mingw32 to work
This commit is contained in:
parent
e4ec132b00
commit
e457975e8c
5
venv.ps1
5
venv.ps1
|
@ -10,11 +10,10 @@ $ErrorActionPreference = "Stop"
|
||||||
if(!(Test-Path -Path ".build"))
|
if(!(Test-Path -Path ".build"))
|
||||||
{
|
{
|
||||||
virtualenv .build --system-site-packages --python $python
|
virtualenv .build --system-site-packages --python $python
|
||||||
}
|
|
||||||
|
|
||||||
if($compiler)
|
if($compiler)
|
||||||
{
|
{
|
||||||
"[build]`r`ncompiler=$compiler" | Out-File .\.build\Lib\distutils\distutils.cfg
|
"[build]`r`ncompiler=$compiler" | Out-File -Encoding ascii .\.build\Lib\distutils\distutils.cfg
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.build\Scripts\activate.ps1
|
.build\Scripts\activate.ps1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user