Bug 58593

Summary: Команды "rtk pip list" и "rtk pip outdated" выдают ошибку
Product: Sisyphus Reporter: Кожевников Владимир Сергеевич <kozhevnikovvs>
Component: rtkAssignee: Vladislav Glinkin <smasher>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: smasher
Version: unstable   
Hardware: x86_64   
OS: Linux   
Attachments:
Description Flags
Фактический результат none

Description Кожевников Владимир Сергеевич 2026-04-07 19:54:49 MSK
Created attachment 21076 [details]
Фактический результат

Системы: 
ALT Workstation 11 x86_64 
ALT Workstation K 11 x86_64
ALT Education 11 KDE x86_64 
ALT Education 11 x86_64
ALT Server 11.0 minimal x86_64 

Предусловие:
1. Установить opencode: $ curl -fsSL https://opencode.ai/install | bash

Шаги для воспроизведения:
1. Установить rtk: # apt-get install rtk
2. Открыть opencode: $ opencode
3. Выполнить в opencode: pip list

Ожидаемый результат:
Команда переписывается в "rtk pip list" вывод: # Python packages 

Фактический результат:
Thinking: The user wants to see the list of installed Python packages. I'll run pip list to show this.
$ rtk pip list
Error: Failed to run pip pip list
Caused by:
    No such file or directory (os error 2)

Примечание: В репозиториях ALT Linux пакет python3-module-pip предоставляет бинарник pip3, а не pip. Команды pip3 rtk не изменяет.