Installing exuberant-cTags package command is not executable
See original GitHub issueEnvironment data
VS Code version: 1.18.1 Python Version: 2.7.6 OS and version: Ubuntu 14.04
Actual behavior
VSCODE prompts to install exuberant-cTags, But it returned command in string like ("sudo apt-get install exuberant-ctags"
) which is not executable command must be without double quotes.
Expected behavior
Following command should run: sudo apt-get install exuberant-ctags
in terminal and install the same package
Steps to reproduce:
- Open a python template and VSCODE will prompts to install
exuberant-ctags
plugin
Logs
Getting below log in VSCODE terminal
bash: sudo apt-get install exuberant-ctags: command not found
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How to run ctags? - Ask Ubuntu
The executable is named ctags-exuberant . The answer could be found using dpkg -L , that shows a list of all files provided...
Read more >CTags - Package Control
Download the CTags binary from the Exuberant CTags site. · Extract ctags.exe from the downloaded zip to C:\Program Files\Sublime Text 2 or any...
Read more >Taglist: Exuberant ctags not found in PATH - Stack Overflow
For Ubuntu and derivatives: sudo apt-get install exuberant-ctags. With yum: sudo yum install ctags-etags.
Read more >Exuberant Ctags FAQ
By default, Exuberant Ctags installs a symbolic link, "etags", pointing to the ctags executable. When Exuberant Ctags is started with the name "etags",...
Read more >Installing Emacs from Source: Avoid the Conflict of ctags
After that, running make install will install the Emacs ctags executable as ctags.emacs .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing as “won’t fix” in preference to #197 .
@harishgadiya As @brettcannon has mentioned, we’re a little busy prepping for the next release. However, I would be inclined not to accept any PRs to fix the
Exuberant ctags
issues, due to #197 .I.e. the ideal solution to this issue would be to fix #197