mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
new: julia: startup.jl for python exe path
This commit is contained in:
parent
965dcf5045
commit
37e0256905
2 changed files with 7 additions and 0 deletions
4
dotfiles/startup_windows.jl
Normal file
4
dotfiles/startup_windows.jl
Normal file
|
@ -0,0 +1,4 @@
|
|||
# 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")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue