Uncertain of version after brew upgrade

Continuing the discussion from Howto: Install Hugo on Mac:

Hey @michael_henderson, I might have run into the bug you mention under Step 2: Install.
hugo version says 0.18, but which hugo points to my hugo directory where only 0.17 can be found.

You mention running this command ll $( which hugo)but can’t get the command working.

Any ideas?

I assume your error is something like -bash: ll: command not found (you’ll find in the long run that it helps to post information like that). If so, try ls -l $( which hugo ) instead. ll is a common (but not universal) alias for the ls -l command.

Much obliged Michael! You are 100% right, sorry for the lack of info!

Have a great day!

1 Like