# IJulia kernel - JULIA\_LOAD\_PATH &| JULIA\_DEPOT\_PATH ignored/irrelevant -?

**URL:** https://discourse.julialang.org/t/ijulia-kernel-julia-load-path-julia-depot-path-ignored-irrelevant/78289
**Category:** General Usage
**Created:** [March 22, 2022, 5:04pm UTC](https://discourse.julialang.org/t/ijulia-kernel-julia-load-path-julia-depot-path-ignored-irrelevant/78289 "2022-03-22T17:04:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lejeczek](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lejeczek/32/34800_2.png) [@lejeczek](https://discourse.julialang.org/u/lejeczek)
#### Post date: [March 22, 2022, 5:04pm UTC](https://discourse.julialang.org/t/ijulia-kernel-julia-load-path-julia-depot-path-ignored-irrelevant/78289/1 "2022-03-22T17:04:29Z")

</div>

Hi guys.

Only have just started looking at Julia and ain’t a programmer and have this, most likely trivial, question.

I set those envs:  
export JULIA\_LOAD\_PATH=“/opt/share/julia/extralib:$JULIA\_LOAD\_PATH”  
export JULIA\_DEPOT\_PATH=“/opt/share/julia/extralib:$JULIA\_DEPOT\_PATH”

I see:  
julia\> Pkg.add(“IJulia”)  
Updating registry at `/opt/share/julia/extralib/registries/General.toml`  
Resolving package versions…  
No Changes to `/opt/share/julia/extralib/environments/v1.7/Project.toml`  
No Changes to `/opt/share/julia/extralib/environments/v1.7/Manifest.toml`

julia\> Pkg.build(“IJulia”)  
Building Conda ─→ `/opt/share/julia/extralib/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/6e47d11ea2776bc5627421d59cdcc1296c058071/build.log`  
Building IJulia → `/opt/share/julia/extralib/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/d8b9c31196e1dd92181cd0f5760ca2d2ffb4ac0f/build.log`

yet! … kernel ends up here:  
/root/.local/share/jupyter/kernels/julia-1.7

Why is that - that’s one - and how to fix it - meaning make it land where you want?

many thanks, L.
