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

Edit in command not found message, in case the program corresponding to that command is not installed or mis-typed. #1081

Closed
wants to merge 1 commit into from

Conversation

TSL-RamKrishna
Copy link

Typing a misspelled command gives "Command not found error", however, in cases where tool is not installed, you may still get "Command not found error" and I think the beginners should know this as well.

@@ -101,7 +101,7 @@ Documents Library Music Public
> ~~~
> {: .output}
>
> Usually this means that you have mis-typed the command.
> Usually this means that you have mis-typed the command. You get the same error, when you type the tool command but the tool has not been installed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I don't really like the term "tool".

Perhaps reword to "You can get the same error if the command you want is not installed"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Thanks for the suggestion. I will edit it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To add my 2p:
Sure it's programs which are installed? They have command line interfaces, or graphical user interfaces, but the command is what you issue from the shell in order to run the program. So you don't install a command. Or have I missed something?

@TSL-RamKrishna TSL-RamKrishna changed the title edit in command not found message, in case tool is not installed Edit in command not found message, in case the command you want is not installed Jan 16, 2020
@slel
Copy link
Contributor

slel commented Jan 17, 2020

Maybe phrase like this:

This might happen if the command was mis-typed or if the
program corresponding to that command is not installed.

Copy link
Contributor

@gcapes gcapes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rephrase as suggested in #1081 (comment)

@TSL-RamKrishna TSL-RamKrishna changed the title Edit in command not found message, in case the command you want is not installed Edit in command not found message, in case the command you want is not installed or mis-typed. Jan 23, 2020
@TSL-RamKrishna TSL-RamKrishna changed the title Edit in command not found message, in case the command you want is not installed or mis-typed. Edit in command not found message, in case the program corresponding to that command is not installed or mis-typed. Jan 23, 2020
@gcapes gcapes closed this in 9871bab Apr 15, 2020
zkamvar pushed a commit that referenced this pull request May 2, 2023
Also get this error when the program isn't installed.

Fix #1081.
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

4 participants