mirror of https://github.com/explosion/spaCy.git
Try to fix fabfile
This commit is contained in:
parent
aa96f769d2
commit
1b840f1ac1
|
@ -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