docs: Provide guidance on using direnv#3513
docs: Provide guidance on using direnv#3513Hofer-Julian merged 17 commits intoprefix-dev:mainfrom phreed:main
direnv#3513Conversation
There was a problem hiding this comment.
The Python extension also has proper pixi support, we should mention that IMO
There was a problem hiding this comment.
You mean this https://code.visualstudio.com/docs/python/python-quick-start extension, correct?
I do not see an explicit mention of pixi.
I suppose it is something similar to conda?
There was a problem hiding this comment.
yes it's this extension. maybe add an image guide on how to do it?
There was a problem hiding this comment.
Yeah, If we have a proper vscode section, the Python extension should be mentioned as well 🙂
There was a problem hiding this comment.
I am not entirely sure how to use the python extension with pixi.
I saw that there is some effort to make a pixi conda but I do not think that is the way to go.
I am looking for a way to use conda run ... as that should be translatable to pixi run ....
But, I am not finding that.
There was a problem hiding this comment.
I suppose it comes down to the settings.yml for the python plugin:
https://code.visualstudio.com/docs/python/settings-reference
It is not obvious to me how this should be configured.
There was a problem hiding this comment.
It should no configuration.
I just created a fresh Pixi workspace with Python, started vscode in it and vscode immediately selected the pixi environment. Maybe @baszalmstra can check if something is broken on Windows at the moment?
direnvdirenv
Hofer-Julian
left a comment
There was a problem hiding this comment.
Looks good at first glance, will try to find time to give a proper review later
Hofer-Julian
left a comment
There was a problem hiding this comment.
I've cleaned things up a bit, and I think it looks good now.
Thanks for your contribution @phreed!
|
The combination of the VSCode stuff into a single page makes sense, as VSCode is a single application. I am not so sure about combining the Jetbrains stuff into a single page though, PyCharm, Idea. |
I see your point, for now I think it's fine. If more content comes up where the JetBrains products differ, we can split them again |
|
I did start a branch to capture the point about jetbrains products. |

Specifically, guidance on using
direnvin the context of IDE's