Installation instructions don't explicitly state using Terminal#503
Merged
Conversation
Contributor
There was a problem hiding this comment.
I don't think we should be explaining to users how to open a terminal emulator on their computer. I would say something along the lines of:
open :file:`Terminal.app` or your favorite OSX terminal emulator and run
Author
There was a problem hiding this comment.
Absolutely. Thanks for being supportive of such a minor edit! 6abba86
Contributor
|
I totally missed the fact that you updated this @clebio. Thank you! 🍰 |
sigmavirus24
added a commit
that referenced
this pull request
Dec 7, 2014
Installation instructions don't explicitly state using Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I sent my coworker, Camus, the link for Installing Python on OSX, but it was not obvious to Camus that the instructions for installing
brew:were meant to be run in
Terminal. I grant that the entire Python Guide might be intended for more experienced developers and that new users could just go to Python.org and download the installer. I would prefer sharing the opinionated guide with a new developer, though, and not have to supplement it with digressions about what the prompt character,$, implies, but is not a part of the command that we paste into Terminal.The link for
install Homebrewin this guide is somewhat stale, but if you follow it through to the Homebrew homepage, the instructions there are a bit closer to what Camus would need (mentions Terminal, doesn't include the prompt character).