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

Usage #2

Open
aljanssen4 opened this issue Mar 8, 2017 · 1 comment
Open

Usage #2

aljanssen4 opened this issue Mar 8, 2017 · 1 comment

Comments

@aljanssen4
Copy link

Hello,

I'm wondering how to set the NWTOOLS variable? I added both the lesion-mapper-master folder and the NWTOOLS variable to my .bash_profile, and the lesion_mapper script still cannot call on the NWTOOLS variable. I tried using the nw_pipe, but it also doesn't call appropriately. Please advise.

Thank you.

@valosekj
Copy link

valosekj commented Sep 11, 2021

I had a similar problem and I solved it by setting the NWTOOLS manually.

Let's say you cloned the repo to your /usr/local/bin directory:

cd /usr/local/bin
git clone https://github.com/mrfil/lesion-mapper.git

Then I set PATH and NWTOOLS variables manually:

export PATH="/usr/local/lib/lesion-mapper:$PATH"
export NWTOOLS="/usr/local/lib/lesion-mapper"

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

No branches or pull requests

2 participants