Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

active project: get rid of the concept of a home project #36434

Merged
merged 1 commit into from
Jul 8, 2020

Commits on Jun 29, 2020

  1. active project: get rid of the concept of a home project

    This makes doing `julia --project` equivalent to activating the
    project that the current directory is in at Julia startup. What
    this means is that if you do `pkg> activate` instead of taking
    you back to whatever project was initially active, it will make
    it as if you had never activated a project in the first place.
    StefanKarpinski committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    ad0620f View commit details
    Browse the repository at this point in the history