Skip to content

Fix sys.path changes for use of bundled jedi - #381

Closed
pankajp wants to merge 1 commit into
DonJayamanne:masterfrom
pankajp:patch-2
Closed

pankajp wants to merge 1 commit into
DonJayamanne:masterfrom
pankajp:patch-2

Conversation

@pankajp

@pankajp pankajp commented Oct 13, 2016

Copy link
Copy Markdown
Contributor

The path to bundled jedi was appended to sys.path instead of prepended,
which means if user had a different jedi version installed that would be
used instead.
Also, we pop the 0'th element after the jedi import, so it it was
previously incorrect and would pop the wrong entry from sys.path.

The path to bundled jedi was appended to sys.path instead of prepended,
which means if user had a different jedi version installed that would be
used instead.
Also, we pop the 0'th element after the jedi import, so it it was
previously incorrect and would pop the wrong entry from sys.path.
DonJayamanne added a commit that referenced this pull request Nov 6, 2016
DonJayamanne added a commit that referenced this pull request Dec 11, 2017
* remove survey code
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.

2 participants