JuliaLang/julia

Provide startup option to include current active environment in julia prompt

Open

#35.876 aberto em 13 de mai. de 2020

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)Julia (5.773 forks)batch import
REPLgood first issue

Métricas do repositório

Stars
 (48.709 stars)
Métricas de merge de PR
 (Mesclagem média 20d 6h) (157 fundiu PRs em 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>

Guia do colaborador