Skip to content

Commit 2b3d6dc

Browse files
Update installation.md
1 parent d77fa38 commit 2b3d6dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/getting-started/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ To ensure you've installed view.py correctly, run the `view` command:
3838
$ view
3939
```
4040

41+
!!! note Problem on Linux
42+
43+
On Linux, `view` is already a command! Read about it [here](https://www.ibm.com/docs/zh/aix/7.2?topic=v-view-command), but in short, it opens `vi` in read only mode. You can either shadow this command with view.py's CLI, or use the `view-admin` command instead, which is an alias. This documentation will assume you use `view` instead of `view-admin`, but note that they do the exact same thing.
44+
4145
If this doesn't work properly, try executing via Python:
4246

4347
```

0 commit comments

Comments
 (0)