Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

activate-hs creates broken symlinks on Linux #158

@jarthurgross

Description

@jarthurgross

I just followed the instructions here for installing the linux binary (I'm running Linux Mint 17). After running activate-hs as described, I was surprised that tab-autocomplete didn't recognize any of the haskell commands (e.g. ghc). After exploring a bit, it turned out all the symlinks created in /usr/local/bin were missing the leading / (e.g. ghc -> usr/local/haskell/ghc-7.8.3-x86_64/bin/ghc instead of ghc -> /usr/local/haskell/ghc-7.8.3-x86_64/bin/ghc).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions