You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[https://julialang.org/downloads/platform/#windows](https://julialang.org/downloads/platform/#windows). Note, however, that on all platforms [using `juliaup`](https://julialang.org/install/) is recommended over manually installing binaries.
Copy file name to clipboardExpand all lines: doc/src/manual/faq.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1090,8 +1090,7 @@ You may wish to test against the nightly version to ensure that such regressions
1090
1090
Finally, you may also consider building Julia from source for yourself. This option is mainly for those individuals who are comfortable at the command line, or interested in learning.
1091
1091
If this describes you, you may also be interested in reading our [guidelines for contributing](https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md).
1092
1092
1093
-
Links to each of these download types can be found on the download page at [https://julialang.org/downloads/](https://julialang.org/downloads/).
1094
-
Note that not all versions of Julia are available for all platforms.
1093
+
The [`juliaup` install manager](https://julialang.org/install/) has pre-defined channels named `release` and `lts` for the latest stable release and the current LTS release, as well as version-specific channels.
1095
1094
1096
1095
### How can I transfer the list of installed packages after updating my version of Julia?
Copy file name to clipboardExpand all lines: doc/src/manual/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# [Getting Started](@id man-getting-started)
2
2
3
3
Julia installation is straightforward, whether using precompiled binaries or compiling from source.
4
-
Download and install Julia by following the instructions at [https://julialang.org/downloads/](https://julialang.org/downloads/).
4
+
Download and install Julia by following the instructions at [https://julialang.org/install/](https://julialang.org/install/).
5
5
6
6
If you are coming to Julia from one of the following languages, then you should start by reading the section on noteworthy differences from [MATLAB](@ref Noteworthy-differences-from-MATLAB), [R](@ref Noteworthy-differences-from-R), [Python](@ref Noteworthy-differences-from-Python), [C/C++](@ref Noteworthy-differences-from-C/C) or [Common Lisp](@ref Noteworthy-differences-from-Common-Lisp). This will help you avoid some common pitfalls since Julia differs from those languages in many subtle ways.
0 commit comments