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

Update the documentation on elpy-rpc-python-command #1716

Merged
merged 1 commit into from
Nov 14, 2019

Conversation

galaunay
Copy link
Collaborator

PR Summary

Follow #1713 .

The way the RPC virtualenv is created has been modified lately in #1699.
Elpy now try to use the system python interpreter to create the virtualenv.

It has been done for two reasons:

  • virtualenvs created by venv keep a link with the environment they have been created from, which is notably a problem when using pip in them.
  • the python interpreters for the RPC and the interactive shells don't have to be the same, so most of the time, it doesn't really matters which interpreter is used for the RPC.

This PR just update the documentation of elpy-rpc-python-command to reflect those changes.

@coveralls
Copy link

coveralls commented Nov 14, 2019

Coverage Status

Coverage increased (+0.1%) to 92.13% when pulling bc9a45a on galaunay:Fix1713 into f679a8a on jorgenschaefer:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 92.104% when pulling bc9a45a on galaunay:Fix1713 into f679a8a on jorgenschaefer:master.

@galaunay galaunay merged commit 65170d2 into jorgenschaefer:master Nov 14, 2019
@galaunay galaunay deleted the Fix1713 branch November 14, 2019 20:36
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.

None yet

2 participants