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

Added support for anaconda python under windows #67

Merged
merged 1 commit into from Jan 28, 2020

Conversation

orolle
Copy link
Contributor

@orolle orolle commented Jan 28, 2020

Allows to use libpython-clj in windows with anacondas python environment.
Major challange was to be able to load native windows dlls for python modules. Therefore the PATH environment of anaconda had to be extracted and then loaded inside libpython-clj PATH environment variable, so that libpython-clj could find the right windows dlls on the PATH for its python modules (numpy etc.).
Requires a little bit manual setup for (initialize! ...). Documentation added.

@cnuernber
Copy link
Collaborator

This is a big help, thank you!

@cnuernber cnuernber merged commit e658148 into clj-python:master Jan 28, 2020
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