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

Explicitly install xcode CLI tools #1

Open
matt-williams8 opened this issue Jan 15, 2022 · 0 comments
Open

Explicitly install xcode CLI tools #1

matt-williams8 opened this issue Jan 15, 2022 · 0 comments

Comments

@matt-williams8
Copy link
Owner

matt-williams8 commented Jan 15, 2022

Currently the README prompts to indirectly installs xcode CLI tools by running pip3. The install script explicitly installs a later version of python via pyenv and then follows best practice of ensuring to use pip directly from that version of python (python -m pip). Therefore relying on pip3 which will not ultimately be used does not feel right.

Tasks:

  • Explicitly install xcode CLI tools via the install script if they are not already installed
  • Remove references to running pip3 from the README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant