Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Dependencies

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install Python.
    yum install python3-devel python3-pip
  3. Check whether Python is successfully installed.
    python3 --version

    If the correct version is displayed, the installation is successful.

  4. Create a Chainer virtual environment.
    pip3 install virtualenv
    mkdir -p /path/to/chainer
    python3 -m venv /path/to/chainer