mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Conda conflict fix
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd /D %~dp0
|
cd /D %~dp0
|
||||||
|
SET CONDA_SHLVL=
|
||||||
|
|
||||||
TITLE CMD for KoboldAI Runtime
|
TITLE CMD for KoboldAI Runtime
|
||||||
SET /P M=<loader.settings
|
SET /P M=<loader.settings
|
||||||
IF %M%==1 GOTO drivemap
|
IF %M%==1 GOTO drivemap
|
||||||
|
@@ -8,6 +8,7 @@ echo.
|
|||||||
|
|
||||||
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "LongPathsEnabled" /t REG_DWORD /d "1" /f 2>nul
|
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "LongPathsEnabled" /t REG_DWORD /d "1" /f 2>nul
|
||||||
cd /D %~dp0
|
cd /D %~dp0
|
||||||
|
SET CONDA_SHLVL=
|
||||||
|
|
||||||
if exist miniconda3\ (
|
if exist miniconda3\ (
|
||||||
echo Delete existing installation?
|
echo Delete existing installation?
|
||||||
|
Reference in New Issue
Block a user