Skip to content

Commit

Permalink
Update setup-julia.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng authored Dec 14, 2024
1 parent e0435f2 commit e7c16d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/code/julia/setup-julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export JULIA_PYTHONCALL_EXE="${HOME}/conda/bin/python"
Add the following lines to `~/.julia/config/startup.jl` after `Revise.jl` and `OhMyREPL.jl` are installed

```julia title="~/.julia/config/startup.jl"
using Pkg: Pkg
atreplinit() do repl
try
@eval using OhMyREPL
Expand Down

0 comments on commit e7c16d0

Please sign in to comment.