Skip to content

Commit

Permalink
Add instructions for gnu coreutils on OSX (#3111)
Browse files Browse the repository at this point in the history
Fixes #3110

Co-authored-by: Ben Moss <bmoss40@bloomberg.com>
  • Loading branch information
benmoss and benmoss authored Jan 8, 2024
1 parent 7174568 commit b849683
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/developer_zone/dev_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ You can follow the installation instructions there, or install it via `conda-for
micromamba create -n mamba -c conda-forge go-task
micromamba activate -n mamba
If you're running on an OSX machine, you'll need to install GNU coreutils as well for the Taskfile to work.

.. code:: bash
micromamba create -n mamba -c conda-forge go-task coreutils
micromamba activate -n mamba
Running commands
****************

Expand Down

0 comments on commit b849683

Please sign in to comment.