question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installing exuberant-cTags package command is not executable

See original GitHub issue

Environment 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:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
brettcannoncommented, Feb 1, 2018

Closing as “won’t fix” in preference to #197 .

0reactions
DonJayamannecommented, Feb 1, 2018

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found