mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-21 01:42:08 +00:00
upgraded
This commit is contained in:
parent
cd202fd74f
commit
8deca00972
@ -3,12 +3,13 @@ set MINICONDA_DIR=%cd%\installer_files\miniconda3
|
||||
set INSTALL_ENV_DIR=%cd%\installer_files\xtts
|
||||
|
||||
:: Check if portable Conda is installed
|
||||
IF EXIST ".\installer_files\miniconda3\Scripts\activate.bat" (
|
||||
IF EXIST "%MINICONDA_DIR%\Scripts\activate.bat" (
|
||||
echo "Using portable Conda installation."
|
||||
echo %MINICONDA_DIR%
|
||||
echo "%MINICONDA_DIR%"
|
||||
@rem create the installer env
|
||||
|
||||
if exist "%INSTALL_ENV_DIR%" (
|
||||
echo "found"
|
||||
rmdir "%INSTALL_ENV_DIR%" /s /q
|
||||
)
|
||||
echo Packages to install: %PACKAGES_TO_INSTALL%
|
||||
|
@ -1,11 +1,9 @@
|
||||
@echo off
|
||||
setlocal
|
||||
cd
|
||||
set MINICONDA_DIR=%cd%\installer_files\miniconda3
|
||||
set INSTALL_ENV_DIR=%cd%\installer_files\xtts
|
||||
:: Check if portable Conda is installed
|
||||
IF EXIST ".\installer_files\miniconda3\Scripts\activate.bat" (
|
||||
echo "Using portable Conda installation."
|
||||
set MINICONDA_DIR=%cd%\installer_files\miniconda3
|
||||
set INSTALL_ENV_DIR=%cd%\installer_files\xtts
|
||||
@rem activate miniconda
|
||||
call "%MINICONDA_DIR%\Scripts\activate.bat" || ( echo Miniconda hook not found. && goto end )
|
||||
@rem activate installer env
|
||||
|
Loading…
x
Reference in New Issue
Block a user