mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
docs: add'l fix for 'command not found' (#3490)
This commit is contained in:
parent
9d8d99729c
commit
c5f7144433
@ -63,6 +63,14 @@ older version of Python. Try prefixing your `datahub` commands with `python3 -m`
|
||||
python3 -m datahub docker quickstart
|
||||
```
|
||||
|
||||
Another possibility is that your system PATH does not include pip's `$HOME/.local/bin` directory. On linux, you can add this to your `~/.bashrc`:
|
||||
|
||||
```
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
```
|
||||
|
||||
### Miscellaneous Docker issues
|
||||
|
||||
There can be misc issues with Docker, like conflicting containers and dangling volumes, that can often be resolved by
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user