Skip to content

Commit 63a4107

Browse files
20220823 1357 update R installation
1 parent 7c98d78 commit 63a4107

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/machine-learning/install/sql-machine-learning-services-windows-install-sql-2022.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If you encounter any installation errors during setup, check the summary log in
103103
```cmd
104104
cd C:\Program Files\R\R-4.2.0\bin
105105
R.exe CMD INSTALL -l "C:\Program Files\R\R-4.2.0\library" "C:\temp\CompatibilityAPI.zip"
106-
R.exe CMD INSTALL -l "C:\Program Files\R\R-4.2.0\library" "c:\temp\RevoScaleR.zip"
106+
R.exe CMD INSTALL -l "C:\Program Files\R\R-4.2.0\library" "C:\temp\RevoScaleR.zip"
107107
```
108108

109109
8. Configure the installed R runtime with SQL Server. You can change the default version by using the `RegisterRext.exe` command-line utility. The utility is in an R application folder depending on the installation, usually in `%ProgramFiles%\R\R-4.2.0\library\RevoScaleR\rxLibs\x64`.
@@ -148,11 +148,11 @@ If you encounter any installation errors during setup, check the summary log in
148148
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:
149149
150150
```cmd
151-
cd c:\Program Files\Python310\
151+
cd C:\Program Files\Python310\
152152
python -m pip install C:\Users\%username%\Downloads\revoscalepy-10.0.0-py3-none-any.whl
153153
```
154154
155-
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: `cd C:\Program Files\Python310\Lib\site-packages\revoscalepy\rxLibs`.
155+
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`.
156156
157157
The following script can be used to configure the installed Python runtime from the installation folder location of **RegisterRext.exe**. The instance name is "MSSQLSERVER" for a default instance of SQL Server, or the instance name for a named instance of SQL Server.
158158

0 commit comments

Comments
 (0)