Skip to content

Commit b086b22

Browse files
committed
Some changes, added ipython.bat to src (it must be in python)
1 parent 56f9550 commit b086b22

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

src/ControlHub.exe

-6.49 KB
Binary file not shown.

src/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ type nul > "%PROGRAMDATA%\ControlHub\logs\error.log"
1111
icacls "%PROGRAMDATA%\ControlHub" /grant *S-1-5-32-545:(OI)(CI)M /T
1212

1313
:: Download and install pip requirements
14-
python\ipython.bat -m pip install --upgrade -r requirements.txt
14+
:: python\ipython.bat -m pip install --upgrade -r requirements.txt
1515

1616
start "" "%~dp0ControlHub.exe"

src/ipython.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)