ruby - PTY gem not found -


i have ruby 1.9.3 installed on windows. when try require gem console outputs gem not found:

require 'pty' 

which outputs:

'require': cannot load such file -- pty <loaderror> 

also tried:

gem install pty 

and got output:

could not find valid gem 'pty' in repository 

how fix this?

as far know, there no pty module implementation windows don't have pseudo-terminal capabilities.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -