JuliaLang/julia

Provide startup option to include current active environment in julia prompt

Open

#35,876 opened on 2020年5月13日

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
 (平均マージ 20d 6h) (30d で 157 merged PRs)

説明

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>

コントリビューターガイド