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.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install-manual:step2 [2025/04/08 09:41] – 129.254.32.218 | install-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 # | The target installation directory is referred to as # | ||
- | ==== Python 3 Configuration for RVX ==== | + | ==== 2-2 Python 3 Configuration for RVX ==== |
=== Objective === | === Objective === | ||
Line 32: | Line 32: | ||
inst) Open " | inst) Open " | ||
* 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 one that will be used and remove the rest. | + | * If more than one path is listed, leave only the one you want to use and remove the rest. |
=== Instruction @ Windows=== | === Instruction @ Windows=== | ||
Line 41: | Line 41: | ||
inst) Open " | inst) Open " | ||
* 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 one that will be used and remove the rest. | + | * If more than one path is listed, leave only the one you want to use and remove the rest. |
- | * Do NOT remove " | + | * Do NOT remove " |
* If the directory name contains spaces, enclose it in double quotation marks as shown below. | * If the directory name contains spaces, enclose it in double quotation marks as shown below. | ||
ex) C: | ex) C: | ||
- | * [확인] make check_python | + | ==== 2-3 Pip3 Setup for RVX ==== |
- | * [방법 Linux] | + | === Objective |
- | - ${RVX_MINI_HOME}로 이동한다. | + | |
- | - make config_python | + | |
- | - ⇒ rvx_python_config.mh 이 생성됨을 확인 | + | |
- | - rvx_python_config.mh을 텍스트 편집기로 열어 확인하고 필요한 경우 수정한다. | + | |
- | - ⇒ 경로가 하나도 없다면 python이 설치되지 않았거나 PATH 설정에 문제가 있는 것이다. | + | |
- | - ⇒ 경로가 | + | |
- | * [방법 Windows] | + | |
- | | + | |
- | 2 make config_python | + | |
- | - ⇒ rvx_python_config.mh 이 생성됨을 확인 (수정하지 않음) | + | |
- | - ⇒ python3.bat 이 생성됨을 확인 | + | |
- | 3 python3.bat을 텍스트 편집기로 열어 확인하고 필요한 경우 수정한다. | + | |
- | - ⇒ 경로가 하나도 없다면 python이 설치되지 않았거나 PATH 설정에 문제가 있는 것이다. | + | |
- | - ⇒ 경로가 2개 이상이라면 사용할 1개만 남기고 지운다. | + | |
- | - * **__맨마지막에 있는 " | + | |
- | - ⇒ 디렉토리 이름에 빈칸이 있다면 아래와 같이 따옴표 처리 한다. | + | |
- | - ex) C: | + | |
- | ==== 6.4 RVX를 위한 pip 3 설치 및 설정 | + | |
- | * [목표] RVX에서 사용할 python package를 설치하고 확인한다. | + | |
- | * [확인] make check_pip | + | |
- | * [방법 Linux & Windows] | + | |
- | - make pip | + | |
- | - * 문제가 생겼거나 손상이 생긴 경우 | + | |
- | - make fix_pip | + | |
- | - make pip | + | |
- | ==== 6.5 Install | + | |
- | * [방법 Linux] | + | |
- | - ${RVX_MINI_HOME}로 이동한다. | + | |
- | - make install | + | |
- | - ⇒ ./ | + | |
- | - .bashrc에 " | + | |
- | - ⇒ # 부분은 반드시 절대 주소로 바꿔서 추가한다. | + | |
- | - .bashrc을 적용하기 위해 **__명령창을 껐다 다시 켠다__**. | + | |
- | * [방법 Windows] | + | |
- | - ${RVX_MINI_HOME}로 이동한다. | + | |
- | - make install | + | |
- | - PATH 환경변수에 대해 | + | |
- | - ⇒ 성공적으로 업데이트 되었다는 INFO가 출력된 경우는 다음으로 넘어간다. | + | |
- | - ⇒ 직접 추가하라고 WARNING이 출력된 경우는 | + | |
- | - " | + | |
- | - RVX_MINI_HOME 환경변수가 새로 추가되었으니 **__명령창을 껐다 다시 켠다__**. | + | |
- | ==== Check ==== | + | === Check === |
- | | + | |
- | - 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 # | ||
+ | cmd) make install | ||
+ | * Check that the file ./ | ||
+ | inst) Add the line source # | ||
+ | * Be sure to replace # | ||
+ | inst) To apply the changes to .bashrc, close and reopen the terminal. | ||
+ | |||
+ | === Instruction @ Windows=== | ||
+ | cmd) cd # | ||
+ | cmd) make install | ||
+ | inst) Update the PATH variable | ||
+ | | ||
+ | * If a WARNING appears, manually add "${RVX_MINI_HOME}\windows_binary" | ||
+ | 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 # | ||
+ | cmd) make check |
install-manual/step2.1744072907.txt · Last modified: 2025/04/08 09:41 by 129.254.32.218