Merge pull request #766 from Sai-Adarsh/master
Fixes Setup.py error on Windows #676
This commit is contained in:
commit
fcda6fe96b
10
scripts/windows-setup-fix.bat
Normal file
10
scripts/windows-setup-fix.bat
Normal file
@ -0,0 +1,10 @@
|
||||
REM Install python client in Windows.
|
||||
REM Windows doesn't have symbolic link that this repo uses.
|
||||
REM This batch script provides a workaround for symbolic link by copying the folders over.
|
||||
|
||||
( python --version>nul 2>&1 && (
|
||||
echo "Python environment found."
|
||||
)
|
||||
python --version
|
||||
copy ..\kubernetes\base\* ..\kubernetes\
|
||||
cd .. && python setup.py install )
|
||||
Loading…
Reference in New Issue
Block a user