-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Command prompt is unclear for new users #1614
Comments
To clarify: if Introduction to the Command line was before Installation, it would be clearer for users. |
There are two actual problems with command line that students face:
For instance: INPUT (you have to type the following line in your Terminal): python3 --version OUTPUT (don't type this, it is the result you should get after you typed the command): Python 3.6.1 POSSIBLE ERROR $: command not found How to fix it: |
Is there a way for users to not select the Check this code https://jsfiddle.net/derek_shnosh/e7khwn1r In that example, prompt is not selectable or copied. So the user understands that |
more minimal example: https://jsfiddle.net/qcv9z6ns/1/
HonKit, the software we now use to render the tutorial, has some theming possibilities. Maybe these can be used to produce the required HTML and CSS? If not, there's also the possibility to create plugins that can probably do all kinds of modifications to the output. |
This looks like a plugin that does something similar with replacements: https://github.com/wikiti/gitbook-plugin-code-captions/blob/master/index.js |
adding extra explanation or moving the introduction is too much for students to grasp and yet another thing to remember - I would really advocate for removing all shell prefixes everywhere, becaues:
|
Issue description
A lot of students run into the problem that the command line convention is not clear. We do explain it in the intro to command line, but maybe this should be done earlier or more explicit. Still many girls type in the entire thing including the output.
Language
English
Operating system
Windows, Linux
The text was updated successfully, but these errors were encountered: