This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224522 - The built in terminal ignores the PATH variable at least most of my custom commands and third party installed commands.
Summary: The built in terminal ignores the PATH variable at least most of my custom co...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 14:16 UTC by tenshimsm
Modified: 2013-01-10 06:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (58.87 KB, text/plain)
2013-01-05 14:16 UTC, tenshimsm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tenshimsm 2013-01-05 14:16:48 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Mac OS X version 10.8.2 running on x86_64
Java; VM; Vendor = 1.6.0_37
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.12-b01-434
Comment 1 tenshimsm 2013-01-05 14:16:54 UTC
Created attachment 129926 [details]
IDE log
Comment 2 soldatov 2013-01-05 21:11:08 UTC
What is "my custom commands and third party installed commands"?
Comment 3 tenshimsm 2013-01-05 23:44:03 UTC
(In reply to comment #2)
> What is "my custom commands and third party installed commands"?

It would be, for example, my bash scripts to send new files to my de server, the one to star/stop my virtual machines, my mount script for my samba shares. Of course I don't need to use brew for example but it doesn't work either.
Comment 4 Leonid Lenyashin 2013-01-06 19:04:54 UTC
I'm not sure if the issue is still valid in 7.3. Andrew, please evaluate against showstopper status.
Comment 5 Andrew Krasny 2013-01-06 20:16:31 UTC
Need some additional info from tenshimsm.

How do you setup/customize your PATH variable?

What is the output of 'echo $PATH' command in Terminal (MacOS) and in internal terminal (NB)?
Comment 6 Andrew Krasny 2013-01-09 09:19:42 UTC
I'm downgrading the priority of this issue as there is no any response from the user and I cannot reproduce the problem (it works for me on Mac).
Still it would be interesting to get additional info from tenshimsm.
Comment 7 tenshimsm 2013-01-09 23:48:41 UTC
(In reply to comment #5)
> Need some additional info from tenshimsm.
> 
> How do you setup/customize your PATH variable?
> 
> What is the output of 'echo $PATH' command in Terminal (MacOS) and in internal
> terminal (NB)?

echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:~/scripts:/opt/X11/bin:/usr/local/sbin
Comment 8 Andrew Krasny 2013-01-10 06:09:13 UTC
tenshimsm,

is it a result of executing 'echo $PATH' in the internal terminal (within NB) or in the Terminal application (MacOS)? 
Could you, please, provide the missing one? 

Also where is ~/scripts came from? (is it specified in your ~/.bashrc or elsewhere?)

Thanks, 
=Andrew