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
9.Using [SQLServerManagement Studio (SSMS)](../../ssms/download-sql-server-management-studio-ssms.md) or [AzureDataStudio](../../azure-data-studio/what-is-azure-data-studio.md), connecttotheinstancewhereyouinstalledSQLServerMachineLearningServices.Select**NewQuery**toopenaquerywindow, and**Execute***thefollowingcommandtoenabletheexternalscriptingfeature:
118
113
@@ -145,11 +140,11 @@ If you encounter any installation errors during setup, check the summary log in
145
140
1. Select all **Optional Features** options, or as desired.
146
141
1. On the **Advanced Options** page, check **Install for all users**, accept other default options, and select **Install**. It is recommended that the Python installation path is accessible by all users such as `C:\Program Files\Python310 `and it is not specific to a single user.
147
142
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:
143
+
6. Download and install the latest version of RevoScalePY package and its dependencies.
7. Configure the installed Python runtime with SQL Server. You can change the default version by using the **RegisterRext.exe** command-line utility. The utility is in the custom install location, for example: `C:\Program Files\Python310\Lib\site-packages\revoscalepy\rxLibs`.
0 commit comments