acceptance-testing icon indicating copy to clipboard operation
acceptance-testing copied to clipboard

Pip is not required on osx

Open rain-on opened this issue 1 year ago • 0 comments

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.

rain-on avatar May 17 '24 03:05 rain-on