Skip to content

Commit

Permalink
install: append "src" to MINTPY_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz committed Nov 9, 2022
1 parent d83f74f commit e416590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Or simply set up the environment variables as below in your source file, e.g. `~

```bash
if [ -z ${PYTHONPATH+x} ]; then export PYTHONPATH=""; fi
export MINTPY_HOME=~/tools/MintPy
export PATH=${PATH}:${MINTPY_HOME}/src/mintpy/cli
export MINTPY_HOME=~/tools/MintPy/src
export PATH=${PATH}:${MINTPY_HOME}/mintpy/cli
export PYTHONPATH=${PYTHONPATH}:${MINTPY_HOME}
```

Expand Down

0 comments on commit e416590

Please sign in to comment.