同時安裝多個庫線程
Pkg.add.(["IJulia", "Combinatorics", "Plots", "TaylorSeries"])
設置並行線程數code
export JULIA_NUM_THREADS=4 #The number of threads Julia starts up with is controlled by an environment variable called JULIA_NUM_THREADS. Now, let's start up Julia with 4 threads: