Skip to content

Commit 5c2fab8

Browse files
authored
Merge pull request #2585 from bopeng1234/2025Hack_jira_2077
update readme ONSAM-2077
2 parents b817a0d + 304402e commit 5c2fab8

File tree

3 files changed

+3
-3
lines changed
  • AI-and-Analytics/Getting-Started-Samples
    • IntelPython_XGBoost_GettingStarted
    • IntelPython_daal4py_GettingStarted
    • Intel_Extension_For_SKLearn_GettingStarted

3 files changed

+3
-3
lines changed

AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Go to the section which corresponds to the installation method chosen in [AI Too
8585

8686
If the default path is used during the installation of AI Tools:
8787
```
88-
$HOME/intel/oneapi/intelpython/envs/base/bin/python -m ipykernel install --user --name=base
88+
$HOME/intel/oneapi/intelpython/bin/python -m ipykernel install --user --name=base
8989
```
9090
If a non-default path is used:
9191
```

AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Go to the section which corresponds to the installation method chosen in [AI Too
9494

9595
If the default path is used during the installation of AI Tools:
9696
```
97-
$HOME/intel/oneapi/intelpython/envs/base/bin/python -m ipykernel install --user --name=base
97+
$HOME/intel/oneapi/intelpython/bin/python -m ipykernel install --user --name=base
9898
```
9999
If a non-default path is used:
100100
```

AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Go to the section which corresponds to the installation method chosen in [AI Too
8787

8888
If the default path is used during the installation of AI Tools:
8989
```
90-
$HOME/intel/oneapi/intelpython/envs/base/bin/python -m ipykernel install --user --name=base
90+
$HOME/intel/oneapi/intelpython/bin/python -m ipykernel install --user --name=base
9191
```
9292
If a non-default path is used:
9393
```

0 commit comments

Comments
 (0)