We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075b735 commit 2bdaef6Copy full SHA for 2bdaef6
installer/windows/bundle/prerequisites/uptick.bat
@@ -1,6 +1,6 @@
1
SET python36=%LocalAppData%\Programs\Python\Python36\python.exe
2
SET python36_32=%LocalAppData%\Programs\Python\Python36-32\python.exe
3
-if exist %python36% %python36% -m pip install uptick
4
-if exist %python36_32% %python36_32% -m pip install uptick
5
-rem If both paths are not found try to use pip to install uptick
6
-if not exist %python36_32% & %python36% pip install uptick
+if exist %python36% %python36% -m pip install uptick --upgrade
+if exist %python36_32% %python36_32% -m pip install uptick --upgrade
+rem If both paths are not found try to use pip to install uptick --upgrade
+if not exist %python36_32% if not exist %python36% pip install uptick --upgrade
0 commit comments