Skip to content

Add python3-pip to container image (or pre-install sdale) #92

Description

@itscooleric

Summary

The clide container has python3 but not pip (pip, pip3, and python3 -m pip all missing). This blocks installing sdale, which is now a core workflow tool for agent-driven VPS work.

Current workaround

PYTHONPATH=/workspace/clide-sdale python3 -m sdale <command> <dale> [args...]

This works but requires knowing the workaround. The workspace CLAUDE.md documents it, but new sessions sometimes miss it.

Options

  1. Add python3-pip to the Dockerfile — minimal change, lets agents pip install -e /workspace/clide-sdale
  2. Pre-install sdale in the imagepip install -e /workspace/clide-sdale in Dockerfile. Zero setup per session.
  3. Add sdale to PATH via entrypoint — symlink or PYTHONPATH export in entrypoint.sh so it's always available

Option 2 or 3 is preferred — sdale is used in every VPS-related session and shouldn't require per-session setup.

Source

Session hiccup log: workspace/tickets/session-hiccups-2026-03-20.md (#1, #4)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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