Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Pip is not required on osx#101

Open
rain-on wants to merge 1 commit into
helm:mainfrom
rain-on:tmm/remove_pip_for_osx
Open

Pip is not required on osx#101
rain-on wants to merge 1 commit into
helm:mainfrom
rain-on:tmm/remove_pip_for_osx

Conversation

@rain-on

@rain-on rain-on commented May 17, 2024

Copy link
Copy Markdown

scripts/acceptance.sh expects a number of core utils to be available on the system.

This includes "pip" (the python package manager).

On an OSX host, the pip package is installed as part of the python3 installation (via homebrew) - however no system-command is created to access it.

However, once inside a virtual-environment pip is available, as the module is wrapped by the <venv>/bin/pip script.

Signed-off-by: Trent Mohay <trent.mohay@octopus.com>
@rain-on rain-on force-pushed the tmm/remove_pip_for_osx branch from 719604e to 000446a Compare May 17, 2024 03:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant