# Version of Pkg in JuliaPro 1.2.0 for Windows

**URL:** https://discourse.julialang.org/t/version-of-pkg-in-juliapro-1-2-0-for-windows/34006
**Category:** Tooling
**Tags:** juliapro
**Created:** [January 31, 2020, 6:09am UTC](https://discourse.julialang.org/t/version-of-pkg-in-juliapro-1-2-0-for-windows/34006 "2020-01-31T06:09:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ethomag](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ethomag/32/421_2.png) [@ethomag](https://discourse.julialang.org/u/ethomag)
#### Post date: [January 31, 2020, 6:09am UTC](https://discourse.julialang.org/t/version-of-pkg-in-juliapro-1-2-0-for-windows/34006/1 "2020-01-31T06:09:12Z")

</div>

Hi, In my company we have a local non-github based registry. In order for it to work we need to put this in our startup.jl:

```julia
import Pkg
Pkg.GitTools.setprotocol!(domain="...", protocol="ssh", user="...")

```

I am now trying to help a hardcore MATLAB-user to get started with Julia and to use a package of mine from our local registry. I recommended him to start off with JuliaPro to get Juno bundled and working from the start. So he did, with Julia 1.2.0.

He is located remotely, so our only communication is chat and mail. I can not log in to his box remotely.

But his installation does not contain the `setprotocol!` function that takes keyword arguments. I have tried it on my end with julia 1.2.0 and it works fine.

There are two differences between our installations: I run on Linux and use vanilla julia. My colleague runs on Windows and use JuliaPro.

Does anyone know if there is a different version of Pkg bundled with the Windows version of JuliaPro ?

And if so, can you upgrade Pkg ? Or somehow set the protocol components that Pkg uses to communicate with the registry ?

---

<div class="post-metadata">

### Author: ![ethomag](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ethomag/32/421_2.png) [@ethomag](https://discourse.julialang.org/u/ethomag)
#### Post date: [February 1, 2020, 1:58pm UTC](https://discourse.julialang.org/t/version-of-pkg-in-juliapro-1-2-0-for-windows/34006/2 "2020-02-01T13:58:46Z")

</div>

I got hold of a Windows box and downloaded JuliaPro 1.2.0-2 and can confirm that it comes with an older version of Pkg. Is that a mistake ?

EDIT: I also downloaded vanilla 1.2.0 for Windows and it comes with Pkg v1.2.0. So, it is only JuliaPro 1.2.0-2 for Windows that has this problem.

---

<div class="post-metadata">

### Author: ![Harsha](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/harsha/32/1985_2.png) [@Harsha](https://discourse.julialang.org/u/Harsha)
#### Post date: [March 24, 2020, 12:43pm UTC](https://discourse.julialang.org/t/version-of-pkg-in-juliapro-1-2-0-for-windows/34006/3 "2020-03-24T12:43:44Z")

</div>

This issue has been fixed in recent releases of JuliaPro. JuliaPro v1.3.1-1 (Current stable release at the moment) has updated version of Pkg , all future releases of JuliaPro will have corresponding Pkg releases from now on.

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [September 12, 2023, 4:41pm UTC](https://discourse.julialang.org/t/version-of-pkg-in-juliapro-1-2-0-for-windows/34006/4 "2023-09-12T16:41:32Z")

</div>


