mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33980 from twangboy/fix_build
Use full path to python.exe
This commit is contained in:
commit
28c886edd0
1 changed files with 5 additions and 5 deletions
|
@ -32,11 +32,11 @@ xcopy /S /E "%PyDir%" "%BinDir%\"
|
|||
|
||||
:: Remove the fixed path in .exe files
|
||||
@echo Removing fixed path from .exe files
|
||||
python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\easy_install.exe"
|
||||
python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\easy_install-2.7.exe"
|
||||
python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\pip.exe"
|
||||
python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\pip2.7.exe"
|
||||
python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\pip2.exe"
|
||||
%PyDir%\python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\easy_install.exe"
|
||||
%PyDir%\python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\easy_install-2.7.exe"
|
||||
%PyDir%\python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\pip.exe"
|
||||
%PyDir%\python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\pip2.7.exe"
|
||||
%PyDir%\python "%CurrDir%\portable.py" -f "%BinDir%\Scripts\pip2.exe"
|
||||
|
||||
@ echo Cleaning up unused files and directories...
|
||||
@ echo -------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue