Fix typo in install-sdk.md (#1708)

This commit is contained in:
Manjong Han 2020-02-20 05:34:49 +09:00 committed by GitHub
parent 5751b160c3
commit 809485ff80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ pip3 install kfp --upgrade --user
This command installs the `dsl-compile` and `kfp` binaries under `~/.local/bin`, which is not part of the PATH in some Linux distributions, such as Ubuntu. You can add `~/.local/bin` to your PATH by appending the following to a new line at the end of your `.bashrc` file:
```bash
export $PATH=$PATH:~/.local/bin
export PATH=$PATH:~/.local/bin
```
After successful installation, the command `dsl-compile` should be available.