Bug 58593 - Команды "rtk pip list" и "rtk pip outdated" выдают ошибку
Summary: Команды "rtk pip list" и "rtk pip outdated" выдают ошибку
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: rtk (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Vladislav Glinkin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-07 19:54 MSK by Кожевников Владимир Сергеевич
Modified: 2026-04-07 19:54 MSK (History)
1 user (show)

See Also:


Attachments
Фактический результат (47.05 KB, image/png)
2026-04-07 19:54 MSK, Кожевников Владимир Сергеевич
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 не изменяет.