Fantastic, thanks! For the record, in case anyone else is interested:

cd ~/.ipython
cp -R profile_julia profile_julia4

Then open ~/.ipython/profile_julia4/ipython_config.py and find the line 
starting with "c.KernelManager.kernel_cmd = ", to point to the relevant 
julia executable and ijulia package path. Then

ipython notebook --profile=julia4

to start.

Simon

On Monday, 8 December 2014 12:06:02 UTC, Isaiah wrote:
>
> IIRC, the julia path is hard-coded in the profile spec under ~/.ipython
>
> So, you could copy/rename the profile folder and change the path, for each 
> julia version (and then probably create a launcher script to start 'ipython 
> --notebook --profile=PROFILENAME' as needed)
> On Dec 8, 2014 5:58 AM, "Simon Byrne" <[email protected] <javascript:>> 
> wrote:
>
>> I have multiple versions of julia installed on my machine. Is there an 
>> easy way to specify which version of julia I want to use when running 
>> ijulia?
>>
>> Simon
>>
>

Reply via email to