question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Shell operations should use same Python as kernel

See original GitHub issue

We want to avoid this situation:

screenshot 2016-04-11 11 59 40

And my best guess as to how to achieve this would be to update os.environ['PATH'] to match the selected kernel.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mcg1969commented, Aug 24, 2018

This is fixed by #80.

0reactions
jankatinscommented, Aug 25, 2016

If this shouldn’t be a performance hog at startup time (activating a env on my windows system takes about a second and I have 10+ envs with kernels), it also needs to pull in the lazyobj file and usage…

Read more comments on GitHub >

github_iconTop Results From Across the Web

IPython and Shell Commands | Python Data Science Handbook
A full intro to using the shell/terminal/command-line is well beyond the scope of this chapter, but for the uninitiated we will offer a...
Read more >
Difference between Shell and Kernel - GeeksforGeeks
Shell commands like ls, mkdir and many more can be used to request to complete the specific operation to the OS. It performs...
Read more >
Add a way to run a command before starting the kernel itself
A third option is using batch files as a kernel startup command in the kernel spec. ... Shell operations should use same Python...
Read more >
Communication between kernel and shell - Stack Overflow
Does the Unity desktop environment and the terminal communicate with the same shell or are there different shells interacting with the kernel?
Read more >
2. The Interpreter, an Interactive Shell | Python Tutorial
Similarly, a shell in operating systems lies between the kernel of ... The user doesn't have to use the complicated basic functions of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found