Skip to content
Snippets Groups Projects

Fix $PATH ordering in README

Closed Eliza Zhang requested to merge liftM/ghcup:doc/path-ordering into master

The README currently suggests to set your $PATH like so:

export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH"

However, this means the system-installed cabal overrides the ghcup installed cabal. This recently bit me. Instead, I believe the $PATH should be set like so:

export PATH="$HOME/.ghcup/bin:$HOME/.cabal/bin:$PATH"

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading