From ab415aef318f1f3241f4e128ecc2ddccba479e53 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 6 Jan 2020 12:13:10 -0600 Subject: [PATCH] install: add note about restarting Linux terminal after installation --- public/static/docs/install/linux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/static/docs/install/linux.md b/public/static/docs/install/linux.md index 843ce76ef7..ead410a6d9 100644 --- a/public/static/docs/install/linux.md +++ b/public/static/docs/install/linux.md @@ -16,6 +16,9 @@ Depending on the type of the [remote storage](/doc/command-reference/remote) you plan to use, you might need to install optional dependencies: `[s3]`, `[azure]`, `[gdrive]`, `[gs]`, `[oss]`, `[ssh]`. Use `[all]` to include them all. +> Please restart your terminal if you get a `Command 'dvc' not found` error when +> trying to use `dvc` after installation. +
### Example: How to install DVC with support for Amazon S3 storage