# Problem with atom using julia

**URL:** https://discourse.julialang.org/t/problem-with-atom-using-julia/22163
**Category:** General Usage
**Created:** [March 21, 2019, 8:12pm UTC](https://discourse.julialang.org/t/problem-with-atom-using-julia/22163 "2019-03-21T20:12:11Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Diego\_Tejada](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/diego_tejada/32/7615_2.png) [@Diego\_Tejada](https://discourse.julialang.org/u/Diego_Tejada)
#### Post date: [March 26, 2019, 1:50pm UTC](https://discourse.julialang.org/t/problem-with-atom-using-julia/22163/3 "2019-03-26T13:50:17Z")

</div>

You need to change your current working directory:

cd(“…/mydir/someotherdir/”)

You can read more about it in:

> [@How to change working directory in julia with atom](https://discourse.julialang.org/t/how-to-change-working-directory-in-julia-with-atom/7588):
>
> The command to change working directory is cd(dir::AbstractString=homedir()). Can anyone give an example as how to use it?

then you can run you file using ExcelReaders package.

I hope it helps.

---

_[View the full topic](https://discourse.julialang.org/t/problem-with-atom-using-julia/22163)._
