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

Renjin CLI on Cygwin #500

Open
perNyfelt opened this issue Apr 19, 2020 · 0 comments · May be fixed by #540
Open

Renjin CLI on Cygwin #500

perNyfelt opened this issue Apr 19, 2020 · 0 comments · May be fixed by #540

Comments

@perNyfelt
Copy link
Contributor

For various reasons i wanted to run the Renjin CLI on cygwin. To add support for that in the script, the last lines of the renjin shell script can be changed to:

CP=$(echo $RENJIN_HOME/dependencies/*.jar | tr ' ' ':')
if [[ "$OSTYPE" == "cygwin" ]]; then
CP=$(cygpath -pw "$CP")
fi

exec "$JAVACMD"
$RENJIN_OPTS
-cp "$CP"
org.renjin.cli.Main "$@"

@perNyfelt perNyfelt linked a pull request Dec 28, 2021 that will close this issue
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 a pull request may close this issue.

1 participant