dotfiles-codeberg/dotfiles/startup_windows.jl

4 lines
175 B
Julia

# julia startup file for windows
# use python installed with scoop instead of conda in windows
ENV["PYTHON"] = joinpath(homedir(), raw"scoop\apps\python\current\python.exe")