Update install_modules.py
Browse files- install_modules.py +2 -1
install_modules.py
CHANGED
|
@@ -82,7 +82,8 @@ if __name__ == "__main__":
|
|
| 82 |
git_libexec_path = os.path.join(git_path, "libexec")
|
| 83 |
|
| 84 |
# Обновление переменной PATH
|
| 85 |
-
os.environ['PATH'] = f"{
|
|
|
|
| 86 |
|
| 87 |
# Установка Comfy
|
| 88 |
print(colored("Установка Comfy", 'yellow'))
|
|
|
|
| 82 |
git_libexec_path = os.path.join(git_path, "libexec")
|
| 83 |
|
| 84 |
# Обновление переменной PATH
|
| 85 |
+
os.environ['PATH'] = f"{git_path};{git_bin_path};{git_libexec_path}"
|
| 86 |
+
# os.environ['PATH'] = f"{git_path};{git_bin_path};{git_libexec_path};{os.environ['PATH']}"
|
| 87 |
|
| 88 |
# Установка Comfy
|
| 89 |
print(colored("Установка Comfy", 'yellow'))
|