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