Julia (@JuliaComputing) and VSCode on Native M1.
Install M1 Native VSCode.
Install Xcode & Command Line tools.
Clone Julia master.
make
./julia
ENV[“JULIA_GR_PROVIDER”] = “GR”
]add Plots
using Plots
plot(randn(10))
Point VSCode at new julia and 🍾🤩🥳
Julia (@JuliaComputing) and VSCode on Native M1.
Install M1 Native VSCode.
Install Xcode & Command Line tools.
Clone Julia master.
make
./julia
ENV[“JULIA_GR_PROVIDER”] = “GR”
]add Plots
using Plots
plot(randn(10))
Point VSCode at new julia and 🍾🤩🥳