# Can you have Julia in console mode and Juno and be able to open them both at the same time?

**URL:** https://discourse.julialang.org/t/can-you-have-julia-in-console-mode-and-juno-and-be-able-to-open-them-both-at-the-same-time/24867
**Category:** General Usage
**Tags:** question
**Created:** [June 2, 2019, 10:26pm UTC](https://discourse.julialang.org/t/can-you-have-julia-in-console-mode-and-juno-and-be-able-to-open-them-both-at-the-same-time/24867 "2019-06-02T22:26:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![GERSON\_EZEQUIEL\_HERN](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gerson_ezequiel_hern/32/7437_2.png) [@GERSON\_EZEQUIEL\_HERN](https://discourse.julialang.org/u/GERSON_EZEQUIEL_HERN)
#### Post date: [June 2, 2019, 10:26pm UTC](https://discourse.julialang.org/t/can-you-have-julia-in-console-mode-and-juno-and-be-able-to-open-them-both-at-the-same-time/24867/1 "2019-06-02T22:26:53Z")

</div>

Can you have Julia in console mode and Juno and be able to open them both at the same time?

I require to use both  
1.- Julia in cosola mode  
2.- Juno (IDE)

How can I do it because I only have Julia in console mode and I want to install Juno, but I do not want Julia to configure me when I install Juno.

---

<div class="post-metadata">

### Author: ![jpsamaroo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jpsamaroo/32/46804_2.png) [@jpsamaroo](https://discourse.julialang.org/u/jpsamaroo)
#### Post date: [June 2, 2019, 10:47pm UTC](https://discourse.julialang.org/t/can-you-have-julia-in-console-mode-and-juno-and-be-able-to-open-them-both-at-the-same-time/24867/2 "2019-06-02T22:47:41Z")

</div>

Sure, you have have a REPL open at the same time as you have IJulia running, but they aren’t the same Julia process, so they won’t share any state (like variables or functions in your workspace, or loaded packages).

---

<div class="post-metadata">

### Author: ![GERSON\_EZEQUIEL\_HERN](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gerson_ezequiel_hern/32/7437_2.png) [@GERSON\_EZEQUIEL\_HERN](https://discourse.julialang.org/u/GERSON_EZEQUIEL_HERN)
#### Post date: [June 5, 2019, 3:25am UTC](https://discourse.julialang.org/t/can-you-have-julia-in-console-mode-and-juno-and-be-able-to-open-them-both-at-the-same-time/24867/3 "2019-06-05T03:25:13Z")

</div>

que es el REPL?

como puedo hacer mi primer programa en Juno?

---

<div class="post-metadata">

### Author: ![CameronBieganek](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/cameronbieganek/32/6915_2.png) [@CameronBieganek](https://discourse.julialang.org/u/CameronBieganek)
#### Post date: [June 5, 2019, 3:49am UTC](https://discourse.julialang.org/t/can-you-have-julia-in-console-mode-and-juno-and-be-able-to-open-them-both-at-the-same-time/24867/4 "2019-06-05T03:49:49Z")

</div>

> que es el REPL?

REPL is another name for the Julia console. It stands for Read-Eval-Print Loop.

---

<div class="post-metadata">

### Author: ![miguelraz](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/miguelraz/32/631_2.png) [@miguelraz](https://discourse.julialang.org/u/miguelraz)
#### Post date: [June 5, 2019, 5:44am UTC](https://discourse.julialang.org/t/can-you-have-julia-in-console-mode-and-juno-and-be-able-to-open-them-both-at-the-same-time/24867/5 "2019-06-05T05:44:08Z")

</div>

Si te interesa tomar tus primeros pasos en Julia, hice un tutorial en español.

[![](https://global.discourse-cdn.com/julialang/original/3X/6/e/6ed901b8dc05760264cfe66b9e4f21fc6b36c698.jpeg "¡Tutorial de Julia en Español!") ](https://www.youtube.com/watch?v=LbTbs-0pOuc&t=668)

(I made a tutorial video in Spanish for Julia 1.0, you are welcome to watch it if you’re starting out.)
