connec / Open-in-ConEmu

Sublime package. Adds a context menu item to folders in the side bar to open the folder in a new ConEmu tab.
4 stars 1 forks source link

Could not find ConEmu or ConEmu64 on path #1

Closed fuddl closed 10 years ago

fuddl commented 10 years ago

Got this message on using the shortcut:

Writing file /C/Users/fuddl/AppData/Roaming/Sublime Text 2/Packages/Open in ConEmu/Side Bar.sublime-menu with encoding UTF-8
Traceback (most recent call last):
  File ".\sublime_plugin.py", line 337, in run_
  File ".\Open in ConEmu.py", line 20, in run
Exception: Could not find ConEmu or ConEmu64 on path

My ConEmu can be found at:

C:\Program Files (x86)\ConEmu\ConEmu.exe

what should I do in this case?

connec commented 10 years ago

It looks like you need to add C:\Program Files (x86)\ConEmu to your PATH. Try running where ConEmu from a console, if it is not on your PATH it'll say something like "Could not find files for the given pattern(s)".

To add it to your PATH, see the answer to this SO question for a short series of steps (replacing ;C:\python27 with ;C:\Program Files (x86)\ConEmu).

Let me know if that helps.

fuddl commented 10 years ago

works for me. Thanks :+1: