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.
1 parent 56f9550 commit b086b22Copy full SHA for b086b22
src/ControlHub.exe
-6.49 KB
src/install.bat
@@ -11,6 +11,6 @@ type nul > "%PROGRAMDATA%\ControlHub\logs\error.log"
11
icacls "%PROGRAMDATA%\ControlHub" /grant *S-1-5-32-545:(OI)(CI)M /T
12
13
:: Download and install pip requirements
14
-python\ipython.bat -m pip install --upgrade -r requirements.txt
+:: python\ipython.bat -m pip install --upgrade -r requirements.txt
15
16
start "" "%~dp0ControlHub.exe"
src/ipython.bat
@@ -0,0 +1,8 @@
1
+@echo off
2
+set PYTHONNOUSERSITE=1
3
+set PYTHONUSERBASE=
4
+set PIP_USER=false
5
+set PIP_PREFIX=
6
+set PIP_TARGET=%~dp0Lib\site-packages
7
+
8
+"%~dp0python.exe" %*
0 commit comments