Skip to content

Mac: no such file or directory: /_ide/installation/functions #1061

@hohwille

Description

@hohwille

Expected behavior

As a IDEasy user on MacOS, I want to install IDEasy and use it seamless so that it automates my IDE and saves my time instead of wasting it.

Actual behavior

After the installation, when I open a new terminal I get:

~/.zshrc:1: command not found: -e
~/.zshrc:2: command not found: devon
~/.zshrc:source:11: no such file or directory: /_ide/installation/functions

The ide CLI command is not working and ideasy is also not found.

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. download IDEasy 2025.02.001-beta for MacOS
  2. run the setup script on MacOS.

Related/Dependent Issues

#1055

Comments/Hints:

trivial bug with inverted if condition:

if (this.context.getSystemInfo().isWindows()) {
lines.add("export IDE_ROOT=\"" + WindowsPathSyntax.MSYS.format(ideRoot) + "\"");
}

Affected version:

  • OS: Linux/Mac (also undesired effect on Windows where IDE_ROOT is defined in .bashrc AND in Windows user environment variables)
  • 2025.02.001-beta

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockerbug issue that blocks end-users from using IDEasylinuxspecific for linux OS (debian, ubunutu, suse, etc.)macOSspecific for Apple MacOS

    Type

    Projects

    Status

    ✅ Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions