mirror of https://github.com/explosion/spaCy.git
Added project dir to PYTHONPATH
This commit is contained in:
parent
9b53640fdb
commit
b6f8333cf1
|
@ -36,7 +36,8 @@ install:
|
||||||
# Prepend newly installed Python to the PATH of this build (this cannot be
|
# Prepend newly installed Python to the PATH of this build (this cannot be
|
||||||
# done from inside the powershell script as it would require to restart
|
# done from inside the powershell script as it would require to restart
|
||||||
# the parent CMD process).
|
# the parent CMD process).
|
||||||
- "SET PATH=%CD%;%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
|
- "SET PYTHONPATH=%CD%;%PYTHONPATH%"
|
||||||
|
|
||||||
# Check that we have the expected version and architecture for Python
|
# Check that we have the expected version and architecture for Python
|
||||||
- "python --version"
|
- "python --version"
|
||||||
|
|
Loading…
Reference in New Issue