pty.js icon indicating copy to clipboard operation
pty.js copied to clipboard

PATH variable is null on windows

Open icaliman opened this issue 10 years ago • 2 comments

I get this in terminal in browser:

F:\Programare\Node.JS\derby-0.6\saron-daemon>PATH                               
PATH=(null) 

Is there a way to have PATH variable the same as on PC?

Because PATH is null, I have to start all applications with absolute path like:

F:\Programare\Node.JS\derby-0.6\saron-daemon>C:\Python27\python.exe             
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win
32                                                                              
Type "help", "copyright", "credits" or "license" for more information.          
>>>

icaliman avatar Apr 21 '14 16:04 icaliman

@chjj can you help me with this issue please?

icaliman avatar Apr 28 '14 17:04 icaliman

There is a way to set a PATH-like variable on windows (I've done it before, but sadly can't remember how), but I'm really not a windows guru. Stackoverflow might have the answer.

chjj avatar May 02 '14 14:05 chjj