Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
Initial Commit
  • Loading branch information
Sai-Adarsh committed Feb 20, 2019
1 parent 2c02595 commit 22db50e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/windows-setup-fix.bat
Original file line number Diff line number Diff line change
@@ -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 )

0 comments on commit 22db50e

Please sign in to comment.