JuliaLang/julia

Provide startup option to include current active environment in julia prompt

Open

#35,876 opened on May 13, 2020

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Julia (5,773 forks)batch import
REPLgood first issue

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

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>

Contributor guide