MindStudio IDE Installation

  • Only one installation of MindStudio IDE is permitted within a single directory on a server. Before installing MindStudio IDE, ensure that any previous installation has been uninstalled. For details, see Uninstallation (Linux) IDE.
  • Log in to the OS as the MindStudio IDE installation user. It is not supported to switch to the MindStudio IDE installation user after login as a different user.

Prerequisites

Procedure

  1. Upload the software package to the target environment as the MindStudio IDE installation user.
  2. Decompress the MindStudio IDE package.

    Run the following command in the target directory as the MindStudio IDE installation user to decompress the MindStudio_{version}_linux_{arch}.tar.gz package:

    tar -zxvf MindStudio_{version}_linux_{arch}.tar.gz

    For details about the content extracted from the package, see Table 1.

    The decompression path of the package must consist of letters (a-z or A-Z), digits (0-9), underscores (_), hyphens (-), slashes (/), and periods (.). Otherwise, the error message "The install path is invalid, only characters in [a-z,A-Z,0-9,-,/,.] are supported!" is displayed during MindStudio IDE installation and the installation exits.

  3. As the MindStudio IDE installation user, go to the MindStudio/bin directory generated after package decompression.
    cd MindStudio/bin
  4. Run the following command to start MindStudio IDE:
    ./MindStudio.sh

    If MindStudio IDE cannot be started by running the preceding command, run the following command to start it:

    1. Run the following command to query the shell parsing mode in the current environment:
      echo $SHELL
    2. If the following information is displayed, the command lines in the current environment need to be parsed using bash:
      /bin/bash
    3. Run the following command to start MindStudio IDE:
      bash MindStudio.sh