# Where to find this charmming start.jl file from my julia installation path?

**URL:** https://discourse.julialang.org/t/where-to-find-this-charmming-start-jl-file-from-my-julia-installation-path/29484
**Category:** General Usage
**Created:** [October 4, 2019, 12:08pm UTC](https://discourse.julialang.org/t/where-to-find-this-charmming-start-jl-file-from-my-julia-installation-path/29484 "2019-10-04T12:08:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![bsnyh](https://avatars.discourse-cdn.com/v4/letter/b/ce7236/32.png) [@bsnyh](https://discourse.julialang.org/u/bsnyh)
#### Post date: [October 4, 2019, 12:08pm UTC](https://discourse.julialang.org/t/where-to-find-this-charmming-start-jl-file-from-my-julia-installation-path/29484/1 "2019-10-04T12:08:49Z")

</div>

Hi. I was trying to locate this start.jl file. From software Atom, after clicking Julia pane, and then open julia home, I got this .julia location

 ![Screenshot%20from%202019-10-04%2014-05-22](https://global.discourse-cdn.com/julialang/original/3X/7/2/72ee7c1adf5ffef35fecea98aaf6a01f25b38100.png) Then, I tried open startup file pane, and nothing happened.

I search through this location and did not find any start.jl file… Sigh. This really confuses me.

I tried to search through the internet, and managed to find this start.jl file in the julia installation path. Still, it is really confusing.

Any comments are greatly appreciated.

---

<div class="post-metadata">

### Author: ![bsnyh](https://avatars.discourse-cdn.com/v4/letter/b/ce7236/32.png) [@bsnyh](https://discourse.julialang.org/u/bsnyh)
#### Post date: [October 4, 2019, 12:16pm UTC](https://discourse.julialang.org/t/where-to-find-this-charmming-start-jl-file-from-my-julia-installation-path/29484/2 "2019-10-04T12:16:14Z")

</div>

```julia
~$ find ~ -iname startup.jl
~/julia-1.0.3/etc/julia/startup.jl
~/.julia/packages/PyCall/RQjD7/src/startup.jl
~/.julia/packages/PyCall/ttONZ/src/startup.jl
~/.julia/packages/PyCall/a5Jd3/src/startup.jl
~/julia-1.1.0/etc/julia/startup.jl

```

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [October 4, 2019, 12:16pm UTC](https://discourse.julialang.org/t/where-to-find-this-charmming-start-jl-file-from-my-julia-installation-path/29484/3 "2019-10-04T12:16:29Z")

</div>

I’m not really sure what you mean but if you mean the `startup.jl` file that runs automatically when julia starts you should put in in `.julia/config`. (create the folder if it doesn’t exist).

---

<div class="post-metadata">

### Author: ![bsnyh](https://avatars.discourse-cdn.com/v4/letter/b/ce7236/32.png) [@bsnyh](https://discourse.julialang.org/u/bsnyh)
#### Post date: [October 4, 2019, 12:18pm UTC](https://discourse.julialang.org/t/where-to-find-this-charmming-start-jl-file-from-my-julia-installation-path/29484/4 "2019-10-04T12:18:25Z")

</div>

Searched this startup.jl file, and it looks like I do not have this .julia/config folder… So I can create the folder and copy startup.jl file from I guess, this

```julia
/home/devel/julia-1.0.3/etc/julia/startup.jl

```

location?

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [October 4, 2019, 12:23pm UTC](https://discourse.julialang.org/t/where-to-find-this-charmming-start-jl-file-from-my-julia-installation-path/29484/5 "2019-10-04T12:23:04Z")

</div>

Why do you want to copy another startup file? It’s just a normal julia file, just put what you want in it.

---

<div class="post-metadata">

### Author: ![bsnyh](https://avatars.discourse-cdn.com/v4/letter/b/ce7236/32.png) [@bsnyh](https://discourse.julialang.org/u/bsnyh)
#### Post date: [October 4, 2019, 12:25pm UTC](https://discourse.julialang.org/t/where-to-find-this-charmming-start-jl-file-from-my-julia-installation-path/29484/6 "2019-10-04T12:25:24Z")

</div>

I see. I did copy, and it is an empty file indeed…
