Skip to content

.zshrc config overwrites Hermit managed PATH #41

@OmarTawfik

Description

@OmarTawfik

Hermit working correctly from Terminal:

node -v
# prints v17.6.0 (my global binary)

mkdir ~/Downloads/ij-test
cd ~/Downloads/ij-test
hermit init
hermit install node

node -v
# prints v17.7.1 (hermit binary)

However, it is failing within IJ:

  1. Load IJ.
  2. Open the folder ~/Downloads/ij-test.
  3. Trust it.
  4. Enable Hermit plugin
  5. Open IJ Terminal
node -v
# prints v17.6.0 (my global binary)

source ./bin/activate-hermit
node -v
# prints v17.7.1 (hermit binary)

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