CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
175 stars 63 forks source link

CaPTk linux installer prompts you to run CaPTk using the wrong command #792

Open dboun opened 4 years ago

dboun commented 4 years ago

Describe the bug After installation, the installer says To run CaPTk, enter the command "./CaPTk/1.7.5.nonRelease.20200114/captk" in your console. regardless of the --target install dir.

To Reproduce Steps to reproduce the behavior:

  1. Download CaPTk installer
  2. run ./CaPTk_1.7.5.nonRelease.20200114_Installer.bin --target $HOME/Programs or similar
  3. Installer indeed installs to the correct target dir but the output says To run CaPTk, enter the command "./CaPTk/1.7.5.nonRelease.20200114/captk" in your console.

Expected behavior To run CaPTk, enter the command $HOME/Programs/CaPTk/1.7.5.nonRelease.20200114/captk in your console.

(obviously the above depends on the specified target dir)

CaPTk Version 1.7.5.nonRelease.20200114

Desktop (please complete the following information):

sarthakpati commented 4 years ago

Source of this message: https://github.com/CBICA/CaPTk/blob/master/scripts/linux-makeself#L120