mirror of https://github.com/scrapy/scrapy.git
scrapy.bat: minor fix to support spaces in python installation dir (windows)
This commit is contained in:
parent
91a7c25797
commit
91e6753035
|
|
@ -6,5 +6,5 @@ rem Use a full path to Python (relative to this script) as the standard Python
|
|||
rem install does not put python.exe on the PATH...
|
||||
rem %~dp0 is the directory of this script
|
||||
|
||||
%~dp0..\python "%~dp0scrapy" %*
|
||||
"%~dp0..\python" "%~dp0scrapy" %*
|
||||
endlocal
|
||||
|
|
|
|||
Loading…
Reference in New Issue