Skip to content

Commit

Permalink
Support share named envs during startup
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Mar 14, 2021
1 parent cc45b99 commit 40d5c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/initdefs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function init_active_project()
ACTIVE_PROJECT[] =
project === nothing ? nothing :
project == "" ? nothing :
project == "@." ? current_project() : abspath(expanduser(project))
project == "@." ? current_project() : abspath(load_path_expand(project))
end

## load path expansion: turn LOAD_PATH entries into concrete paths ##
Expand Down

0 comments on commit 40d5c38

Please sign in to comment.