mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-29 09:23:12 +03:00
Try to fix fabfile
This commit is contained in:
parent
aa96f769d2
commit
1b840f1ac1
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -56,7 +56,7 @@ def make():
|
||||||
with lcd(path.dirname(__file__)):
|
with lcd(path.dirname(__file__)):
|
||||||
venv_local('pip install cython')
|
venv_local('pip install cython')
|
||||||
venv_local('pip install -r requirements.txt')
|
venv_local('pip install -r requirements.txt')
|
||||||
venv_local('PYTHONPATH=`pwd` python setup.py build_ext --inplace')
|
venv_local('python setup.py build_ext --inplace', env_vars=['PYTHONPATH=`pwd`'])
|
||||||
|
|
||||||
def sdist():
|
def sdist():
|
||||||
with virtualenv(VENV_DIR) as venv_local:
|
with virtualenv(VENV_DIR) as venv_local:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user