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

[FEATURE] Virtual Environment for Python #344

Open
vladartym opened this issue Apr 26, 2024 · 3 comments
Open

[FEATURE] Virtual Environment for Python #344

vladartym opened this issue Apr 26, 2024 · 3 comments
Labels
features request Request for a new feature.

Comments

@vladartym
Copy link

It would be nice to be able to create a virtual environment for example using pipenv to install and create packages just in obsidian

In the settings a little terminal window maybe that allows you to install plugins or even just setup a folder for where the virtual environment to live.

Please let me know if I overlooked something, or if this is even possible. Thanks 😊

@vladartym vladartym added the features request Request for a new feature. label Apr 26, 2024
@vladartym vladartym changed the title [FEATURE] Virtual Environment for Python Apr 26, 2024
@vladartym vladartym changed the title Virtual Environment for Python [FEATURE] Virtual Environment for Python Apr 26, 2024
@twibiral
Copy link
Owner

Hi, you can already use virtual environments - you just need to create them yourself and copy the link to your venv into the settings. You could even create and maintain the virtual environments that you use by using bash code blocks in a note.

But of course it would be easier to have a centrally managed option in the settings, so maybe we can implement it in the future.

@vladartym
Copy link
Author

Great thanks for this! Would I just paste it in "python path"?

@twibiral
Copy link
Owner

Yes, exactly :) if you open the venv folder there should be some file could python.exe or something similar. Just copy the path to that file and it should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features request Request for a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants