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

MacOS instruction: avoid entering interactive Python shell #13

Merged
merged 1 commit into from
Jul 15, 2020
Merged

MacOS instruction: avoid entering interactive Python shell #13

merged 1 commit into from
Jul 15, 2020

Conversation

ewjoachim
Copy link
Contributor

I saw this tweet, and realized that the aim is to trigger MacOS to install XCode CLI tools etc, as a side effect of launching Python but if you don't realize you entered a Python shell, this can be tricky.

My suggestion involves:

  • backticks to make it super hyper extra clear that one should not copy double quotes. It's orthogonal to the issue at hand, but I think it should help
  • Using python --version should, in theory, do the same as launching Python itself, and will return immediately. I cannot test though.

Note: I'm not familiar with this software, so I don't claim this is correct. If you have any reason to believe this would not be a good change, you clearly know better :)

@GuidoBartoli GuidoBartoli merged commit 0efdbc0 into GuidoBartoli:master Jul 15, 2020
@GuidoBartoli
Copy link
Owner

Good point, thanks for this correction! 👍

@ewjoachim
Copy link
Contributor Author

Thanks :)

If you look at that twitter thread, you'll see other suggestions based on problems this person encountered. These are likely bigger changes so I'm not sure it's relevant to blindly suggest them like this one, but it may be interesting to explore.

@ewjoachim ewjoachim deleted the patch-1 branch July 15, 2020 09:15
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

Successfully merging this pull request may close these issues.

None yet

2 participants