Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c02595 + 22db50e commit fcda6feCopy full SHA for fcda6fe
scripts/windows-setup-fix.bat
@@ -0,0 +1,10 @@
1
+REM Install python client in Windows.
2
+REM Windows doesn't have symbolic link that this repo uses.
3
+REM This batch script provides a workaround for symbolic link by copying the folders over.
4
+
5
+ ( python --version>nul 2>&1 && (
6
+ echo "Python environment found."
7
+ )
8
+ python --version
9
+ copy ..\kubernetes\base\* ..\kubernetes\
10
+ cd .. && python setup.py install )
0 commit comments