randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

When running terminus it shows blank screen and doesn't work #228

Closed madhur44 closed 3 years ago

madhur44 commented 4 years ago

terminal

This is what console shows: Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublimeplugin.py", line 1082, in run return self.run(edit, **args) File "C:\Users\Bhasker\AppData\Roaming\Sublime Text 3\Installed Packages\Terminus.sublime-package\terminus/core.py", line 824, in run AttributeError: 'Terminal' object has no attribute 'process' sublime

randy3k commented 4 years ago

For some reasons, cmd.exe cannot be found in the PATH. You might need to either expose it in the system or specify its full path in the Terminus settings.

madhur44 commented 4 years ago

i get that but how to specify, i can't find any predefined path to edit, in terminus settings. so where to input my cmd path.

randy3k commented 4 years ago

in the shell_config.

madhur44 commented 3 years ago

Sorry for not replying sooner, Thanks for your time!