# Pkg.add("PyCall") every time?

**URL:** https://discourse.julialang.org/t/pkg-add-pycall-every-time/24136
**Category:** New to Julia
**Tags:** pycall
**Created:** [May 12, 2019, 8:34am UTC](https://discourse.julialang.org/t/pkg-add-pycall-every-time/24136 "2019-05-12T08:34:57Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![tkluck](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tkluck/32/15769_2.png) [@tkluck](https://discourse.julialang.org/u/tkluck)
#### Post date: [May 12, 2019, 11:04am UTC](https://discourse.julialang.org/t/pkg-add-pycall-every-time/24136/2 "2019-05-12T11:04:58Z")

</div>

Could you post the output of the status command here? Type `]` to get in `pkg> ` mode, then type `status` and enter:

```nohighlight
tkluck@tkluck-xps:~$ /usr/bin/julia
               _
   _ _ _(_)_ | Documentation: https://docs.julialang.org
  (_) | (_) (_) |
   _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` | |
  | | |_| | | | (_| | | Version 1.0.3
 _/ |\ __'_|_|_|\__'_| | Ubuntu ⛬ julia/1.0.3+dfsg-4
|__/ |

(v1.0) pkg> status
    Status `~/.julia/environments/v1.0/Project.toml`
...

```

---

_[View the full topic](https://discourse.julialang.org/t/pkg-add-pycall-every-time/24136)._
