You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/machine-learning/install/sql-machine-learning-services-windows-install-sql-2022.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Install SQL Server 2022 Machine Learning Services on Windows
3
3
description: Learn how to install SQL Server 2022 Machine Learning Services on Windows. You can use Machine Learning Services to execute Python, R, or Java scripts in-database.
4
4
ms.prod: sql
5
5
ms.technology: machine-learning-services
6
-
ms.date: 08/22/2022
6
+
ms.date: 08/23/2022
7
7
ms.topic: how-to
8
8
author: WilliamDAssafMSFT
9
9
ms.author: wiassaf
@@ -77,6 +77,8 @@ If you encounter any installation errors during setup, check the summary log in
77
77
-[Install Python](#install-python)
78
78
-[Install Java](#install-java)
79
79
80
+
**Continue to the instructions to [install R](#install-r) or [install Python](#install-python).**
81
+
80
82
## Install R
81
83
82
84
5. Download the most recent version of [R 4.2 for Windows](https://cran.r-project.org/bin/windows/base/) for Windows, and install.
@@ -96,19 +98,17 @@ If you encounter any installation errors during setup, check the summary log in
@@ -142,8 +142,8 @@ If you encounter any installation errors during setup, check the summary log in
142
142
5. Download the most recent version of [Python 3.10 for Windows](https://www.python.org/downloads/) for Windows. Install using the following options:
143
143
1. Launch the Python Setup application and choose **Customize installation**.
144
144
1. Verify the box is checked next to the option to **Install launcher for all users (recommended)**.
145
-
1. Select all **Optional Features** options.
146
-
1. On the **Advanced Options** page, accept the default options and select **Install**. Note the path under **Customize install location**, for example, `c:\Program Files\Python310`.
145
+
1. Select all **Optional Features** options, or as desired.
146
+
1. On the **Advanced Options** page, check **Install for all users**, accept other default options, and select **Install**. The path under **Customize install location** should not be in a user profile but should be for all users, for example: `C:\Program Files\Python310`.
147
147
148
148
6. Download the latest version of RevoScalePY package and its dependencies: [revoscalepy Python Windows](https://go.microsoft.com/fwlink/?LinkID=2193924) and install revoscalepy from the Python custom install location. For example:
0 commit comments