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

Use PATH from session to look for programs #555

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

adambabik
Copy link
Collaborator

@adambabik adambabik commented Apr 15, 2024

If PATH is present in the session, use it to look for the program paths. This is especially important for situation when within a session a virtual env is created and consecutive code blocks should be executed within it.

Fixes #552

Port this change to #548.

@adambabik adambabik force-pushed the adamb/use-path-from-session-to-look-command branch from a871639 to 8983568 Compare April 15, 2024 20:22
@adambabik adambabik force-pushed the adamb/use-path-from-session-to-look-command branch from 8983568 to b17d878 Compare April 15, 2024 20:28
@adambabik adambabik force-pushed the adamb/use-path-from-session-to-look-command branch from dbbddfd to 1687b67 Compare April 16, 2024 18:11
@adambabik adambabik marked this pull request as ready for review April 16, 2024 18:11
@adambabik adambabik requested a review from sourishkrout April 16, 2024 18:11
Copy link

Copy link
Member

@sourishkrout sourishkrout left a comment

Choose a reason for hiding this comment

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

👍 nice work!

@sourishkrout sourishkrout merged commit 5ebe0ff into main Apr 17, 2024
6 checks passed
@sourishkrout sourishkrout deleted the adamb/use-path-from-session-to-look-command branch April 17, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interpreter detection does not work with Python venv
2 participants