Error when installing iJulia on linux system

Hello,

I have been getting this error when I try to open a notebook, i.e I have installed Julia and IJulia but when I type notebook() it asks to install Jupyter via Conda, to which I say yes but it gives the following error

ERROR: failed process: Process(/home/diepreyea/.julia/conda/3/installer.sh -b -f -p /home/diepreyea/.julia/conda/3, ProcessExited(1)) [1]
Stacktrace:
[1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at ./error.jl:42
[2] pipeline_error at ./process.jl:705 [inlined]
[3] #run#505(::Bool, ::Function, ::Cmd) at ./process.jl:663
[4] run at ./process.jl:661 [inlined]
[5] _install_conda(::String, ::Bool) at /home/diepreyea/.julia/packages/Conda/3rPhK/src/Conda.jl:169
[6] _install_conda(::String) at /home/diepreyea/.julia/packages/Conda/3rPhK/src/Conda.jl:155
[7] runconda(::Cmd, ::String) at /home/diepreyea/.julia/packages/Conda/3rPhK/src/Conda.jl:112
[8] #add#1(::String, ::Function, ::String, ::String) at /home/diepreyea/.julia/packages/Conda/3rPhK/src/Conda.jl:188
[9] add at /home/diepreyea/.julia/packages/Conda/3rPhK/src/Conda.jl:187 [inlined] (repeats 2 times)
[10] find_jupyter_subcommand(::String) at /home/diepreyea/.julia/packages/IJulia/yLI42/src/jupyter.jl:23
[11] #notebook#8(::String, ::Bool, ::Function) at /home/diepreyea/.julia/packages/IJulia/yLI42/src/jupyter.jl:96
[12] notebook() at /home/diepreyea/.julia/packages/IJulia/yLI42/src/jupyter.jl:95
[13] top-level scope at none:0

Please help someone.

Thanks

I don’t install Jupyter using Conda, I use my OSs package manager.