Skip to content

How to use extraPython3Packages? #45

Answered by BirdeeHub
mdietrich16 asked this question in Q&A
Discussion options

You must be logged in to vote

So, any plugin that is properly configured for nvim should use the value at python3_host_prog as its interpreter.

So anything that is a library, or ran by another python program but shouldnt be in your path should go there.

However the plugin or executable that you want accessible to your path or runtimepath should NOT go in there, because it needs to be in your PATH (or runtimepath if its a plugin). So the lsp itself would go in lspsAndRuntimeDeps, but plugins for that lsp would go into extraPython3Packages (technically it probably wouldnt break anything to put both in both haha)

In addition, some plugins may be improperly configured to look for python3 from the path rather than the vari…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdietrich16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants