mirror of https://github.com/kubeflow/website.git
Fix typo in install-sdk.md (#1708)
This commit is contained in:
parent
5751b160c3
commit
809485ff80
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue