Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip is not required on osx #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rain-on
Copy link

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

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 <[email protected]>
@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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant