如何在deepin上安装JuliaPro程序
相关资源和准备工作
- 去官方网站下载JuliaPro:https://juliacomputing.com/products/juliapro 下载对应版本即可,
- 目前的安装文件是xxx.sh格式,安装方法官网也有介绍:https://juliacomputing.com/assets/pdf/JuliaProQuickStartGuideLinux.pdf。这里把自己的操作流程记录一下,是在deepin 20上安装的。使用的是v1.5.1-1 linux
具体安装步骤
-
将安装文件放置在一个合适位置,同时新建一个文件夹,推荐位置为/home/user/julia
-
在终端中执行如下命令:
-
user@user-PC:~/julia$ chmod 777 JuliaPro-1.5.1-1_build-123.sh /home/user/julia
-
user@user-PC:~/julia$ ./JuliaPro-1.5.1-1_build-123.sh /home/user/julia
Do you want to configure your JuliaPro to work with your private JuliaTeam package server? [Yes/No(default)]
-
y
-
JuliaPro installation has started, please wait until all the files are extracted
Please install linux package: xclip
xclip is a prerequisite for JuliaPro
If you are using Ubuntu or Debian, you can install this package using following command:
sudo apt-get install xclip
If you are on CentOS or RHEL or Fedora, use following command:
sudo yum install xclip
-
第四条在说需要安装一个xclip,按照相应的方法执行即可,deepin :sudo apt-get install xclip
-
执行完成5之后,再次执行2,3
-
JuliaPro installation has started, please wait until all the files are extracted
Installing JuliaPro-1.5.1-1 to /home/user/julia
JuliaPro will be configured to use following package server: pkg.juliahub.com
Running postinstall script, this might take a while
JuliaPro installation completed
-
在7的位置可能需要你登录网站注册,其实下载过程已经注册过了。所以点击一下浏览器中的网页登录即可。由于安装过程比较慢所以大约需要等待3~5分钟。
-
安装完成直接在/home/user/julia 中就可以找到启动文件,启动之后就可以使用JuliaPro了。
-
为了使用方便,安装完成之后建议先在pkg模式下安装 JuliaZH
以上是全部过程
-