Site Tools


Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
install-manual:step2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install-manual:step2 [2025/04/08 09:33] 129.254.32.218install-manual:step2 [2025/04/17 22:32] (current) 211.231.76.183
Line 4: Line 4:
   Resolve conflicts when multiple versions of Python 3 are installed.    Resolve conflicts when multiple versions of Python 3 are installed. 
  
-====Git Repository Cloning====+==== 2-1 Git Repository Cloning====
 === Instruction @ Any OS=== === Instruction @ Any OS===
  
Line 16: Line 16:
 The target installation directory is referred to as #{RVX_MINI_HOME}. The target installation directory is referred to as #{RVX_MINI_HOME}.
  
-==== Python 3 Configuration for RVX ====+==== 2-2 Python 3 Configuration for RVX ====
 === Objective === === Objective ===
  
Line 31: Line 31:
   inst) Verify that "rvx_python_config.mh" is generated.   inst) Verify that "rvx_python_config.mh" is generated.
   inst) Open "rvx_python_config.mh" in a text editor   inst) Open "rvx_python_config.mh" in a text editor
-  * If no path is listed, Python may not be installed or there is an issue with your PATH settings.+    * If no path is listed, Python may not be installed or there is an issue with your PATH settings
 +    * If more than one path is listed, leave only the one you want to use and remove the rest.
  
-  * [확인] make check_python +=== Instruction @ Windows=== 
-  * [방법 Linux] +  cmd) cd #{RVX_MINI_HOME} 
-    - ${RVX_MINI_HOME}로 이동한다. +  cmd) make config_python 
-    make config_python +  inst) Verify that "rvx_python_config.mh" and "python3.bat" are generated
-      - ⇒ rvx_python_config.mh 이 생성됨을 확인 +  inst) Do NOT modify "rvx_python_config.mh
-    - rvx_python_config.mh을 텍스트 편집기로 열어 확인하고 필요한 경우 수정한다. +  instOpen "python3.bat" in a text editor 
-      - ⇒ 경로가 하나도 없다면 python이 설치되지 않았거나 PATH 설정에 문제가 있는 것이다. +    * If no path is listed, Python may not be installed or there is an issue with your PATH settings
-      - ⇒ 경로가 2개 이상이라면 사용할 1개만 남기고 지운다+    * If more than one path is listed, leave only the one you want to use and remove the rest
-  * [방법 Windows] +    Do NOT remove "%*" at the end of the line. 
-    - ${RVX_MINI_HOME}로 이동한다. +    If the directory name contains spaces, enclose it in double quotation marks as shown below
-2 make config_python +       ex) C:\Users\"Kyuseung Han"\...%*
-      - ⇒ rvx_python_config.mh 이 생성됨을 확인 (수정하지 않음) +
-      - ⇒ python3.bat 이 생성됨을 확인 +
-3 python3.bat을 텍스트 편집기로 열어 확인하고 필요한 경우 수정한다. +
-      - ⇒ 경로가 하나도 없다면 python이 설치되지 않았거나 PATH 설정에 문제가 있는 것이다+
-      - ⇒ 경로가 2개 이상이라면 사용할 1개만 남기고 지운다+
-        **__맨마지막에 있는 "%*" 는 지우면 안 된다.__*+
-      - ⇒ 디렉토리 이름에 빈칸이 있다면 아래와 같이 따옴표 처리 한다+
-        ex) C:\Users\"Kyuseung Han"\... %* +
-==== 6.4 RVX를 위한 pip 3 설치 및 설정 ==== +
-  * [목표] RVX에서 사용할 python package를 설치하고 확인한다. +
-  * [확인] make check_pip +
-  * [방법 Linux & Windows] +
-    - make pip +
-    - * 문제가 생겼거나 손상이 생긴 경우 +
-    - make fix_pip +
-    - make pip+
  
-==== 6.5 Install ==== +==== 2-3 Pip3 Setup for RVX ==== 
-  * [방법 Linux] +=== Objective ===
-    - ${RVX_MINI_HOME}로 이동한다. +
-    - make install +
-      - ⇒ ./rvx_setup.sh 파일 생성 확인 +
-    - .bashrc에 "source #(RVX_MINI_HOME)/rvx_setup.sh"를 추가한다. +
-      - ⇒ # 부분은 반드시 절대 주소로 바꿔서 추가한다. +
-    - .bashrc을 적용하기 위해 **__명령창을 껐다 다시 켠다__**. +
-* [방법 Windows] +
-    - ${RVX_MINI_HOME}로 이동한다. +
-    - make install +
-    - PATH 환경변수에 대해 +
-      - ⇒ 성공적으로 업데이트 되었다는 INFO가 출력된 경우는 다음으로 넘어간다. +
-      - ⇒ 직접 추가하라고 WARNING이 출력된 경우는 +
-        - "${RVX_MINI_HOME}\windows_binary"를 직접 추가한다. +
-    - RVX_MINI_HOME 환경변수가 새로 추가되었으니 **__명령창을 껐다 다시 켠다__**.+
  
-==== Check ==== +  Install the Python packages required for RVX 
-    ${RVX_MINI_HOME}로 이동한다+ 
-    - make check+=== Check === 
 + 
 +  cmd) make check_pip 
 + 
 + 
 +=== Instruction @ Any OS=== 
 + 
 +  cmd) make pip 
 + 
 +If you encounter any issues, try: 
 + 
 +  cmd) make fix_pip 
 + 
 +==== 2-4 Install ==== 
 +=== Instruction @ Linux=== 
 +  cmd) cd #{RVX_MINI_HOME} 
 +  cmd) make install 
 +    * Check that the file ./rvx_setup.sh has been created. 
 +  inst) Add the line source #(RVX_MINI_HOME)/rvx_setup.sh to your .bashrc. 
 +    * Be sure to replace #(RVX_MINI_HOME) with the absolute path before adding it. 
 +  inst) To apply the changes to .bashrc, close and reopen the terminal. 
 + 
 +=== Instruction @ Windows=== 
 +  cmd) cd #{RVX_MINI_HOME} 
 +  cmd) make install 
 +  inst) Update the PATH variable 
 +    * If a message indicates that it was updated successfully, proceed to the next step. 
 +    * If a WARNING appears, manually add "${RVX_MINI_HOME}\windows_binary" to the PATH
 +  inst) To apply the changes to PATH variable, close and reopen the terminal. 
 + 
 +==== 2-5 Check ==== 
 +=== Objective === 
 + 
 +  Check which installation process has issues 
 + 
 +=== Instruction @ Any OS=== 
 +  cmd) cd #{RVX_MINI_HOME} 
 +  cmd) make check
install-manual/step2.1744072414.txt · Last modified: 2025/04/08 09:33 by 129.254.32.218