Is ipython in your PATH?

On Tue, Nov 25, 2014 at 5:05 AM, Abram Demski <abramdem...@gmail.com> wrote:

> Hi all,
>
> I'm trying to install IJulia. (I failed when I first tried in the spring,
> and have been sticking with Julia Studio since that time.)
>
> I'm now trying to install it on a new Windows 8.1 machine. I followed the
> instructions here:
>
> https://github.com/JuliaLang/IJulia.jl
>
> Installed IPython through the anaconda package (checking the necessary
> boxes and also installing as admin), ran
> Pkg.add("IJulia"). This outputs the following:
>
> INFO: Building IJulia
>
> ===============================[ ERROR: IJulia 
> ]================================
>
>
> IPython is required for IJulia, got errors
>
>    could not spawn `ipython --version`: no such file or directory (ENOENT)
>
>    could not spawn `ipython2 --version`: no such file or directory (ENOENT)
>
>    could not spawn `ipython3 --version`: no such file or directory (ENOENT)
>
> could not spawn `ipython.bat --version`: no such file or directory (ENOENT)
>
>
> while loading C:\Users\abram\.julia\v0.3\IJulia\deps\build.jl, in expression 
> starting on line 9
>
>
> ================================================================================
>
>
> ================================[ BUILD ERRORS 
> ]================================
>
>
> WARNING: IJulia had build errors.
>
>
>  - packages with build errors remain installed in C:\Users\abram\.julia\v0.3
>
>  - build a package and all its dependencies with `Pkg.build(pkg)`
>
>  - build a single package by running its `deps/build.jl` script
>
>
> ================================================================================
>
>
> Attempting to run IJulia just opens IPython, as would be expected. The 
> troupleshooting guide for the IJulia install mentions this possibility, but 
> does not suggest fixes for package installation problems.
>
>
> Any ideas?
>
>
> Thanks,
>
>
> Abram
>
>

Reply via email to