-
Notifications
You must be signed in to change notification settings - Fork 68
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
setup_runtime.sh and relative paths #448
Comments
@doutriaux1 the script, I believe, assumes that you are giving full path to it and that's why it didn't work for the case 1). It is easy for bash to find that in the script. For CSH I am not sure. |
do you mind fixing it for sh at least? thanks. |
Sure, I will push a fix for sh. |
@doutriaux1 I am unable to reproduce. What version you were using when you found this issue? |
master |
try to install it somewhere else than "install" |
Ok.. |
Seems to me that the relative paths is creating more issues than solving any. May bee should reserve relative path for cpack installations.
doutriaux1@omar:[
]:[4355]> source WGNE/bin/setup_runtime.sh]:[4355]> which pythondoutriaux1@omar:[
/usr/bin/python
doutriaux1@omar:[~]:[4355]> source
/WGNE/bin/setup_runtime.sh]:[4356]> which pythondoutriaux1@omar:[
/home/doutriaux1/WGNE/bin/python
The text was updated successfully, but these errors were encountered: