From eeb8175bcf0a88ccdcb253dd4dec9b826b2083de Mon Sep 17 00:00:00 2001 From: CheesyGouda Date: Fri, 6 Dec 2024 09:36:38 -0500 Subject: [PATCH] Changed the environement bat file so it launches a commant prompt. As before it would flash a prompt open and then close. --- start_environment.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 start_environment.bat diff --git a/start_environment.bat b/start_environment.bat new file mode 100644 index 0000000..ec246fa --- /dev/null +++ b/start_environment.bat @@ -0,0 +1,6 @@ +@echo off +cd /D "C:\Users\austi\alltalk_tts\" +set CONDA_ROOT_PREFIX=C:\Users\austi\alltalk_tts\alltalk_environment\conda +set INSTALL_ENV_DIR=C:\Users\austi\alltalk_tts\alltalk_environment\env + +call "C:\Users\austi\alltalk_tts\alltalk_environment\conda\condabin\conda.bat" activate "C:\Users\austi\alltalk_tts\alltalk_environment\env" && cmd /k \ No newline at end of file