NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
58 stars 22 forks source link

**ERROR: Ferret environment variables are not defined #122

Open ruhuihuang opened 2 years ago

ruhuihuang commented 2 years ago

After install pyferret in the linux server. I try to use it, but get this error: $ pyferret **ERROR: Ferret environment variables are not defined

My Installing History:
conda install -c conda-forge pyferret conda install -c conda-forge ferret_datasets

Any help will be appreciated. Thanks you.

noaaroland commented 2 years ago

Did you do the install in your default conda environment or a specific named environment for pyferret? Is that conda enviroemnt active?