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

Don't add ipython unconditionally to sys.path #13345

Merged
merged 3 commits into from Dec 26, 2021

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Nov 27, 2021

Load ext will already do it with a context manager.

This should remove false positive when import modules, whithout breaking
functionalities.

Maybe closes #13294 (making this part of 8.0 release make sens).

Load ext will already do it with a context manager.

This should remove false positive when import modules, whithout breaking
functionalities.

Maybe closes ipython#13294 (making this part of 8.0 release make sens).
@Carreau Carreau added this to the 8.0 milestone Nov 27, 2021
IPython/core/application.py Outdated Show resolved Hide resolved
IPython/core/application.py Outdated Show resolved Hide resolved
Carreau and others added 2 commits December 1, 2021 11:51
Co-authored-by: Min RK <benjaminrk@gmail.com>
@Carreau Carreau marked this pull request as ready for review December 26, 2021 11:14
@Carreau Carreau merged commit a2ae81e into ipython:master Dec 26, 2021
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.

Problems due to adding IPython profile dir (~/.ipython) to sys.path
2 participants