0

So I've installed nco using the following command: conda install -c conda-forge nco which gives me nco version 7.8.1

However, when I try to run ncrcat I get:

ncrcat is not recognized as an internal or external command, operable program or batch file.

Other commands work fine. This suggests ncrcat has not been installed, how do I install that?

Bart
  • 9,825
  • 5
  • 47
  • 73
EvanBaker
  • 11
  • 2

1 Answers1

1

The behavior you describe is unlikely unless you are using Windows, in which case the solution is to copy ncra.exe to ncrcat.exe more or less like this:

copy ncra.exe ncrcat.exe
Charlie Zender
  • 5,929
  • 14
  • 19