Skip to content

Activate the conda environment before running jupyter#3506

Merged
rchiodo merged 19 commits into
masterfrom
rchiodo/active_conda
Nov 30, 2018
Merged

Activate the conda environment before running jupyter#3506
rchiodo merged 19 commits into
masterfrom
rchiodo/active_conda

Conversation

@rchiodo
Copy link
Copy Markdown

@rchiodo rchiodo commented Nov 29, 2018

Run the conda activate script and scrape all of the environment from it prior to launching jupyter (or any other command with the same interpreter)

I'm hoping this will finally fix #3341.

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)

Comment thread src/client/interpreter/locators/services/condaService.ts
Comment thread src/client/interpreter/locators/services/condaService.ts Outdated
Comment thread src/client/interpreter/locators/services/condaService.ts Outdated
@rchiodo
Copy link
Copy Markdown
Author

rchiodo commented Nov 29, 2018

@IanMatthewHuff did you want anymore changes?

Copy link
Copy Markdown
Member

@IanMatthewHuff IanMatthewHuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@rchiodo
Copy link
Copy Markdown
Author

rchiodo commented Nov 29, 2018

@DonJayamanne or @brettcannon do you guys want to take a look?

@DonJayamanne
Copy link
Copy Markdown

Will check

Copy link
Copy Markdown

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, still need to review.

Comment thread src/client/interpreter/locators/services/condaService.ts Outdated
Comment thread src/client/interpreter/locators/services/condaService.ts Outdated
Comment thread src/client/common/process/proc.ts
Comment thread src/client/interpreter/locators/services/condaService.ts Outdated
Comment thread src/client/interpreter/locators/services/condaService.ts Outdated
Comment thread src/client/interpreter/locators/services/condaService.ts Outdated
@rchiodo rchiodo merged commit 2070c68 into master Nov 30, 2018
@rchiodo rchiodo deleted the rchiodo/active_conda branch November 30, 2018 01:49
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run Cell fails to start Jupyter

3 participants