Answers for "-bash: code: command not found"

4

bash: gedit: command not found

First, try this:
sudo apt-get install gedit

or You can try this

sudo apt-get purge gedit gedit-common
sudo apt-get clean

After this try reinstalling with

sudo apt-get install gedit
Posted by: Guest on November-12-2020
0

git bash command not found in vscode

{
    "terminal.integrated.shell.windows": "C:\\Program Files (x86)\\Git\\bin\\bash.exe",
    "terminal.integrated.shellArgs.windows": ["--login","-i"]
}
Posted by: Guest on May-09-2021
1

command not found: code

Open the Command Palette via (⇧⌘P) and type 
shell command to find the Shell Command:

> Install 'code' command in PATH** command
Posted by: Guest on April-10-2021
0

zsh: command not found: code

1. Make sure you drag Visual Studio Code app into the -Applications- folder
2. Next, open Visual Studio Code
Open the Command Palette via (⇧⌘P) and type shell command to find the Shell Command:

> Install 'code' command in PATH** command.
Posted by: Guest on April-25-2021

Code answers related to "-bash: code: command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language