diff --git a/cli_launcher.py b/cli_launcher.py index e0cefa83..da44f918 100644 --- a/cli_launcher.py +++ b/cli_launcher.py @@ -65,7 +65,7 @@ def install_dependencies(): console.print("[blue]πŸ”§ Установка зависимостСй...[/blue]") with console.status("[bold green]Π£ΡΡ‚Π°Π½Π°Π²Π»ΠΈΠ²Π°ΡŽΡ‚ΡΡ зависимости...[/bold green]"): try: - subprocess.run("source venv/bin/activate && pip install -r requirements.txt", shell=True, check=True) + subprocess.run("bash -c 'source venv/bin/activate && pip install -r requirements.txt'", shell=True, check=True) except subprocess.CalledProcessError: console.print("[red]❌ Ошибка ΠΏΡ€ΠΈ установкС зависимостСй.[/red]")