同时安装多个库

Pkg.add.(["IJulia", "Combinatorics", "Plots", "TaylorSeries"])

设置并行线程数

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:
05-23 18:13