OpenDrift / trajan

Trajectory analysis package for simulated and observed trajectories
https://opendrift.github.io/trajan/
GNU General Public License v2.0
11 stars 5 forks source link

Fix conda install instruction #81

Closed jerabaul29 closed 7 months ago

jerabaul29 commented 7 months ago

Trying to install following the instructions I got:

~> eval "$(/home/jrmet/miniconda3/bin/conda shell.bash hook)" && conda activate myenv
(myenv) ~> conda -c conda-forge install trajan

CommandNotFoundError: No command 'conda conda-forge'.

doing this instead works:

(myenv) ~> conda install -c conda-forge trajan
Retrieving notices: ...working... done
[... working fine ...]
knutfrode commented 7 months ago

You are right. Sorry I did not see that this was a PR with solution, so I did the exact same commit myself. https://github.com/OpenDrift/trajan/commit/94f9f7e9b6a540069f48aa16b97ec51757e33b2a