respec / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
43 stars 17 forks source link

Linux install issue #89

Closed wrherb closed 2 years ago

wrherb commented 2 years ago

I am installing hsp2 on a Linux machine (CentOS v. 7) using the conda installation procedure with python 3.8. I created a custom conda environment, and ran the the conda-develop command to add the path to the directory with the HSPsquared download. However, when I try to run hsp2 within the custom environment, it's not finding the command. I checked in the site-packages folder, and the conda.pth file was created with the path. Any ideas on how to resolve this?

wrherb commented 2 years ago

I was able to solve this by using pip install.