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

Report error when not sourcing activate scripts (#1372) #1388

Merged
merged 2 commits into from Jul 23, 2019
Merged

Report error when not sourcing activate scripts (#1372) #1388

merged 2 commits into from Jul 23, 2019

Commits on Jul 23, 2019

  1. Report error when not sourcing activate scripts (#1372)

    The activate scripts are to be used in the context of the current shell session.
    
    The feature so far only works in powershell and bash, because in other shells it
    is hard to get the name of the currently executing script.
    
    Also added tests.
    joaoe authored and gaborbernat committed Jul 23, 2019
    Copy the full SHA
    785270c View commit details
    Browse the repository at this point in the history
  2. fix

    gaborbernat committed Jul 23, 2019
    Copy the full SHA
    96d48b5 View commit details
    Browse the repository at this point in the history