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