Skip to content

Installation via pip does not create a codexctl executable [Linux] #162

@WildPenquin

Description

@WildPenquin

Installing via pip, there is no codexctl executable anywhere.

Steps to reproduce:

  1. Create a venv (as using pip globally is not supported on many(/all?) distributions); python -m venv codexctl; source codexctl/bin/activate;
  2. Run pip install codexctl

Alternatively, this can reproduced with pipx or conda.

Observed results:
A codexctl library is installed, there is no codexctl executable to be found:

(in codexctl-venv)

$ find . -iname "*codexctl*"
./lib/python3.14/site-packages/codexctl
./lib/python3.14/site-packages/codexctl-0.1.0.dist-info

Expected results:

There should be a clear command line entrypoint to use codexctl.

The instructions should be elaborated on how to install codexctl via pip.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions