We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lib-python clj has a nice "Hook" feature where a user can specif its own function which is called during a session startup. This is mainly meant for "package management". see here: https://github.com/clj-python/libpython-clj/blob/aaabb68bcaff5368c56b86e5edb7639646b41fbe/src/libpython_clj2/python.clj#L71
and
https://github.com/clj-python/libpython-clj/blob/aaabb68bcaff5368c56b86e5edb7639646b41fbe/src/libpython_clj2/python.clj#L116
Having this would allow to have full automatic package mamagment, like I is possible in lib-python using "poetry": https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev/topic/poetry.20install.20--sync
The text was updated successfully, but these errors were encountered:
The "renv" package should allow this in some form: https://rstudio.github.io/renv/articles/renv.html
Sorry, something went wrong.
No branches or pull requests
lib-python clj has a nice "Hook" feature where a user can specif its own function which is called during a session startup.
This is mainly meant for "package management".
see here:
https://github.com/clj-python/libpython-clj/blob/aaabb68bcaff5368c56b86e5edb7639646b41fbe/src/libpython_clj2/python.clj#L71
and
https://github.com/clj-python/libpython-clj/blob/aaabb68bcaff5368c56b86e5edb7639646b41fbe/src/libpython_clj2/python.clj#L116
Having this would allow to have full automatic package mamagment, like I is possible in lib-python using "poetry":
https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev/topic/poetry.20install.20--sync
The text was updated successfully, but these errors were encountered: