# Suggestion on what Julia version to install in my class

**URL:** https://discourse.julialang.org/t/suggestion-on-what-julia-version-to-install-in-my-class/103788
**Category:** General Usage
**Tags:** question, julia-version
**Created:** [September 12, 2023, 3:57pm UTC](https://discourse.julialang.org/t/suggestion-on-what-julia-version-to-install-in-my-class/103788 "2023-09-12T15:57:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Andrea\_Pagnani](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/andrea_pagnani/32/3136_2.png) [@Andrea\_Pagnani](https://discourse.julialang.org/u/Andrea_Pagnani)
#### Post date: [September 12, 2023, 3:57pm UTC](https://discourse.julialang.org/t/suggestion-on-what-julia-version-to-install-in-my-class/103788/1 "2023-09-12T15:57:55Z")

</div>

Hi there

My Julia class on stochastic simulation methods (~ 50 students) is going to start the first weekend of October. As usual to minimize the noise I force everyone to install the same Julia version. Do you think that v1.10 will be available for that time? Or should I better stick to v1.9.3?

My preference for v1.10 would be an even quicker loading of packages (especially the graphic ones), but indeed v1.9.3 is already very much better than 1.8.

Another question for “teachers”. Do you advise using juliaup for the installation? The problem is that I do not use Windows, whereas the large majority of my students use it. With Linux and Mac OS, the julia binaries installation is normally very smooth. Not the same with windows though.

Looking forward to hearing your suggestions …

A

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [September 12, 2023, 4:04pm UTC](https://discourse.julialang.org/t/suggestion-on-what-julia-version-to-install-in-my-class/103788/2 "2023-09-12T16:04:06Z")

</div>

v1.10 is not released, so I’d suggest v1.9.3 since that’s the latest release.

> [@Andrea\_Pagnani](#):
>
> Do you advise using juliaup for the installation?

Yes.

> [@Andrea\_Pagnani](#):
>
> The problem is that I do not use Windows, whereas the large majority of my students use it. With Linux and Mac OS, the julia binaries installation is normally very smooth. Not the same with windows though.

juliaup is the best for windows, though the Julia binaries are really smooth on Windows too.
