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:44] 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 46: Line 46:
        ex) C:\Users\"Kyuseung Han"\...%*        ex) C:\Users\"Kyuseung Han"\...%*
  
-==== 6.4 RVX를 위한 pip 3 설치 및 설정 ==== +==== 2-3 Pip3 Setup for RVX ==== 
-  * [목표] RVX에서 사용할 python package를 설치하고 확인한다. +=== Objective ===
-  * [확인] make check_pip +
-  * [방법 Linux & Windows] +
-    - make pip +
-    - * 문제가 생겼거나 손상이 생긴 경우 +
-    - make fix_pip +
-    - make pip+
  
-==== 6.5 Install ==== +  Install the Python packages required for RVX
-  * [방법 Linux] +
-    - ${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 ==== +=== Check === 
-    ${RVX_MINI_HOME}로 이동한다+ 
-    - make 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.1744073064.txt · Last modified: 2025/04/08 09:44 by 129.254.32.218