mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
4 lines
175 B
Julia
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")
|
|
|