jeremyramin / terminal-plus

A terminal package for Atom, complete with themes and more.
https://atom.io/packages/terminal-plus
MIT License
479 stars 253 forks source link

Mac atom 1.25.0 X64 can not input anything #537

Closed AzeWZ closed 1 year ago

AzeWZ commented 6 years ago

Mac atom 1.25.0 X64 can not input anything

3dos commented 6 years ago

Same here :/

Davisa94 commented 6 years ago

Same issue but in windows ten

uscitp-rsokolov commented 6 years ago

+1 same issue here

kunzeal commented 6 years ago

+1

bjce commented 6 years ago

Same issue with atom 1.26.1 and I think this issue is a duplicate of that issue https://github.com/jeremyramin/terminal-plus/issues/525

rythod commented 6 years ago

+1 same issue. really hope this is fixed soon, I love this IDE and terminal-plus is like the cherry on top

Rhiana commented 6 years ago

same issue, just installed it today on an up to date atom on osx and can't input anyhting

Stedders commented 6 years ago

+1

Atom 1.26.1 x64, Mac OS 10.13.4.

Liudongge commented 6 years ago

+1 Atom 1.27.1 x64, Mac OS 10.13.3 after installed it today

logopogo commented 6 years ago

+1

bjce commented 6 years ago

I just find a possible alternative for people using Hydrogen. It's called Hydrogen-launcher. Here is the link: https://github.com/lgeiger/hydrogen-launcher

I had to run the following lines in Terminal first (taken from this github page: https://github.com/nteract/hydrogen/issues/243

$ sudo apt autoremove ipython $ sudo apt install python-pip -y $ pip install --upgrade pip

then, install ipython[notebook]

$ sudo pip install ipython[notebook]

But then it worked fine