You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash-4.2$ source ./venv/bin/activate
(venv) bash-4.2$ pip install -e .
Obtaining file:///scratch2/NCEPDEV/stmp1/Rocky.Dunlap/esmf-profiler
Installing collected packages: profiler
Running setup.py develop for profiler
Successfully installed profiler
(venv) bash-4.2$ esmf-profiler
usage: esmf-profiler [-h] -t TRACEDIR -n NAME -o OUTDIR [-p PUSH] [-v] [-s]
esmf-profiler: error: the following arguments are required: -t/--tracedir, -n/--name, -o/--outdir
Ideally, we would support tcsh since that is the default shell on Hera.
If that's is not possible, then we would want to say that bash is required and add that to quick start guide. I would prefer that we support tcsh because that is a better user experience for users on Hera. (Switching shells is something that users could easily miss, so any steps we can take for the tool to work in the default environment is a good move.)
Describe the bug
On Hera, I have to deactivate and reactivate the venv in order to find the esmf-profiler in the path:
Note that the version (0.1.1) is not shown above, but it does show if the command is repeated:
The esmf-profiler is not found. If I deactivate/activate again, it is found:
To Reproduce
Follow steps above on Hera.
Expected behavior
Ideally, the user should not need to deactivate/activate again.
The text was updated successfully, but these errors were encountered: