Re: [julia-users] Path of julia executable?

2015-04-15 Thread Stefan Karpinski
There's Sys.get_process_title() although that's not necessarily the path.

On Wed, Apr 15, 2015 at 10:58 AM, René Donner li...@donner.at wrote:

 Hi,

 is there a way to find out the path of the Julia executable inside of
 Julia, similar to args[0] in C?

 Thanks,

 Rene






[julia-users] Path of julia executable?

2015-04-15 Thread René Donner
Hi,

is there a way to find out the path of the Julia executable inside of Julia, 
similar to args[0] in C?

Thanks,

Rene





Re: [julia-users] Path of julia executable?

2015-04-15 Thread René Donner
perfect, thanks!

Am 15.04.2015 um 17:02 schrieb Stefan Karpinski ste...@karpinski.org:

 Sys.get_process_title()



Re: [julia-users] Path of julia executable?

2015-04-15 Thread Isaiah Norton
You can use JULIA_HOME to get the base path, and the default process_title
should match the binary name. I don't think we save args[0] anywhere.

On Wed, Apr 15, 2015 at 11:05 AM, René Donner li...@donner.at wrote:

 perfect, thanks!

 Am 15.04.2015 um 17:02 schrieb Stefan Karpinski ste...@karpinski.org:

  Sys.get_process_title()