NDAR / nda-tools

Python package for interacting with NDA web services. Used to validate, submit, and download data to and from NDA.
MIT License
48 stars 22 forks source link

Where does vtcmd install to? #42

Closed jawaltz closed 8 months ago

jawaltz commented 2 years ago

Even when installation seemed to succeed, I get a "command not found" for vtcmd, and I don't see a folder in any of the obvious places. What am I looking for, and where am I looking for it?

WillForan commented 1 year ago

you might need to update your shell's $PATH to include the directory pip installed the script to. e.g. add export PATH=$PATH:$HOME/.local/bin to ~/.bashrc

pip show --files nda-tools might be helpful. image

I think the path in pip show is relative to your site-packages image

gregmagdits commented 8 months ago

similar to https://github.com/NDAR/nda-tools/issues/63