- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 228字
- 2021-06-24 14:21:39
Linux OS
Generic Linux binaries for x86 can be downloaded. This will get you a compressed tar.gz archive that will have a name similar to julia-1.0-linux-x86_64.tar.gz, for example, in your ~/Downloads directory in Ubuntu. Open up a Terminal window and navigate to the Downloads directory using cd Downloads. Move the tar.gz file to a directory of your choice, and then extract the tar.gz file using the tar -zxvf julia-1.0-linux-x86_64.tar.gz command. A directory with the extracted contents will be generated in the same parent directory as the compressed archive with a name similar to julia-n.m.p, where n.m.p is Julia's version number.
This is the directory from which Julia will be run; no further installation is needed. To run it, simply navigate to the julia-n.m.p\bin directory in your Terminal and type: ./julia.
If you want to be at the bleeding edge of development, you can download the nightly builds instead of the stable releases from https://julialang.org/downloads/nightlies.html. The nightly builds are generally less stable, but will contain the most recent features. They are available for Windows, Linux, and OS X.
The path to the Julia executable is contained in the environment variable, JULIA_BINDIR (for example, in our installation procedure, this was C:\Julia\bin on Windows).
If you want code to be run whenever you start a Julia session, put it in /home/.juliarc.jl on Ubuntu, ~/.juliarc.jl on OS X, or C:\Users\username\.juliarc.jl on Windows.
- JavaScript前端開發模塊化教程
- Python數據可視化:基于Bokeh的可視化繪圖
- Visual Basic編程:從基礎到實踐(第2版)
- 微服務設計原理與架構
- Python GUI Programming Cookbook
- 區塊鏈:以太坊DApp開發實戰
- Getting Started with NativeScript
- C++寶典
- Python大學實用教程
- RocketMQ實戰與原理解析
- Java EE 7 with GlassFish 4 Application Server
- PHP Microservices
- Puppet 5 Beginner's Guide(Third Edition)
- Building Clouds with Windows Azure Pack
- HTML5程序開發范例寶典