Skip to main content

Where is the "which" command?

  • July 14, 2020
  • 3 replies
  • 0 views

It’s my understanding that Rocket has provided a port of “which”. Where can I find that?

3 replies

Tatiana Balaburkina
Forum|alt.badge.img+1

It’s my understanding that Rocket has provided a port of “which”. Where can I find that?

No. It will be available with Miniconda release (Q3 2020)


  • 0 replies
  • July 15, 2020

It’s my understanding that Rocket has provided a port of “which”. Where can I find that?

For now, you can try:
alias which=“command -v”


  • 0 replies
  • July 22, 2020

It’s my understanding that Rocket has provided a port of “which”. Where can I find that?

thanks, Tatyana and rharris.