JuliaLang/julia

Provide startup option to include current active environment in julia prompt

Open

#35.876 aperta il 13 mag 2020

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)Julia (5773 fork)batch import
REPLgood first issue

Metriche repository

Star
 (48.709 star)
Metriche merge PR
 (Merge medio 20g 6h) (157 PR mergiate in 30 g)

Descrizione

If you're changing environments a lot it's easy to make mistakes where you think you're in one environment but you're actually in another. It would be nice if there were a startup option that would change the Julia prompt to include the current active environment, so it would look like this:

(@v1.4) julia>

or this:

(Example.jl) julia>

Guida contributor