-
Notifications
You must be signed in to change notification settings - Fork 25
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
Theta download/install script #15
Comments
Sounds good, I think it is a great idea. If you need any help, let me know. |
#16 takes a step towards this direction by automatically downloading Theta. The next step will be to set the PATH / env. variable. |
I think setting up the PATH and the environment variables could be done in separate scripts, because that only needs to be done once, but every time there is a new release, it has to be downloaded again (without modifying the PATH / env. vars). |
I agree. |
@hajduakos The Besides, on Linux, it might not be enough to put the *.so files on the PATH. Theta was complaining that it did not find the *.so files, so they had to be copied into one of the following folders: If it is a general problem, then could we extend the corresponding README.md with the aforementioned hints? |
@benedekh thanks for the feedback. The Regarding the path, what I usually do is that before executing Theta (with |
@hajduakos I add Theta to the Dockerimage the following way:
and the workaround commands after that:
Can you spot the place, where I made a mistake, such that the workaround command would not be necessary anymore? |
@benedekh can you try adding |
@hajduakos theta seems to be working find with the new environmental variable. |
The scripts have been working well for everybody that I have had contact with. Is there any specific reason to keep this issue open? |
As far as I remember, the script only downloads Theta, but does not add it to the path. Based on the discussion above, we can do that in a separate script (download multiple times, but set path only once). So I think we can close this issue and maybe open a new one if there is a demand for setting the path with a script. |
Installing Theta is now quite easy, we just have to download a few jar/dll/so files and set up an environment variable. I think for this we should create a script (or two: one for Linux and one for Windows). @grbeni if you like the idea, I can work on this.
The text was updated successfully, but these errors were encountered: