Skip to content

exercism CLI have its own directory and not install its top level directory in the ~/bin directory #879

Description

@vonHabsi

When the exercism archive is extracted it places some of its directories in the ~/bin directory which in my view is a bad design. It may overwrite other directories and it is also difficult to tell which files and directories belong to exercism when it has to be moved elsewhere or uninstalled.

It is better to install it in ~/bin/exercism and the user told to add ~/bin/exercism to the $PATH.

If something has to go into the ~/bin directory then it should only be a command to change the $PATH if it is not already there, or create an environment like python's virtualenv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions