# New julia 1.7 install with jill: how transfer julia 1.6 packages (macos)

**URL:** https://discourse.julialang.org/t/new-julia-1-7-install-with-jill-how-transfer-julia-1-6-packages-macos/72394
**Category:** General Usage
**Created:** [December 1, 2021, 6:35pm UTC](https://discourse.julialang.org/t/new-julia-1-7-install-with-jill-how-transfer-julia-1-6-packages-macos/72394 "2021-12-01T18:35:16Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![StevenSiew](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevensiew/32/218393_2.png) [@StevenSiew](https://discourse.julialang.org/u/StevenSiew)
#### Post date: [December 1, 2021, 8:36pm UTC](https://discourse.julialang.org/t/new-julia-1-7-install-with-jill-how-transfer-julia-1-6-packages-macos/72394/7 "2021-12-01T20:36:45Z")

</div>

This is shown here in this post

> [@Deprecation warnings from Atom with v1.7](https://discourse.julialang.org/t/deprecation-warnings-from-atom-with-v1-7/72400):
>
> I have a Intel Macbook Pro This is what I did to upgrade from 1.6.4 to 1.7 Step 1: download the dmg file from website Step 2: shutdown all instances of Julia (including atom, IJulia, Pluto) Step 2.5: Open the dmg file by double clicking on it and Install the Julia 1.7 by dragging the julia icon to the Application Icon. Don’t forget to unmount the dmg file afterwards. Step 3: Run the following on the bash shell command prompt in Terminal (note: the dollar sign $ is just the bash commandline …

```julia-auto
cd ~/.julia
cd environments/
cp -rp v1.6/ v1.7

```

---

_[View the full topic](https://discourse.julialang.org/t/new-julia-1-7-install-with-jill-how-transfer-julia-1-6-packages-macos/72394)._
