# Where is julia/lib located when using the windows OS in travis?

**URL:** https://travis-ci.community/t/where-is-julia-lib-located-when-using-the-windows-os-in-travis/5947
**Category:** Julia
**Tags:** windows
**Created:** [November 14, 2019, 10:51pm UTC](https://travis-ci.community/t/where-is-julia-lib-located-when-using-the-windows-os-in-travis/5947 "2019-11-14T22:51:54Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![native-api](https://sea1.discourse-cdn.com/flex015/user_avatar/travis-ci.community/native-api/32/430_2.png) [@native-api](https://travis-ci.community/u/native-api)
#### Post date: [November 14, 2019, 11:06pm UTC](https://travis-ci.community/t/where-is-julia-lib-located-when-using-the-windows-os-in-travis/5947/2 "2019-11-14T23:06:50Z")

</div>

According to [https://travis-ci.org/Circuitscape/Omniscape.jl/jobs/612073548#L31](https://travis-ci.org/Circuitscape/Omniscape.jl/jobs/612073548#L31), the interpreter is installed into `C:\julia`, and `/c/julia/bin` and `${TRAVIS_HOME}/julia/bin` are added to `PATH`. So it should be (system-wide) `/c/julia/lib` or (per-user) `${TRAVIS_HOME}/julia/lib`.

---

_[View the full topic](https://travis-ci.community/t/where-is-julia-lib-located-when-using-the-windows-os-in-travis/5947)._
