Skip to content

Commit 089ad59

Browse files
authored
Fixed a small typo in the install docs (#1510)
1 parent 21d3bcc commit 089ad59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ Unlike other viewers and platforms, Evince forward and backward search should wo
169169

170170
To edit the LaTeXTools user settings, select **Preferences | Package Settings | LaTeXTools | Settings – User** from the ST menu and scroll down to the section titled **Platform settings** and find the **linux** block.
171171

172-
Within that block, verify that the `"texpath"` setting is correct. This setting is use by LaTeXTools to determine the `PATH` used for running TeX and friends. Please note that if you use Unity (the default launcher on Ubuntu), ST can end up "seeing" a different `PATH` then you will in the terminal. This is because Unity inherits its environment from `/bin/sh` rather than `/bin/bash`, `/bin/zsh`, `/bin/fish`, etc. This means that you may need to add the path to TeX and friends to your `"texpath"` for LaTeXTools to work.
172+
Within that block, verify that the `"texpath"` setting is correct. This setting is used by LaTeXTools to determine the `PATH` used for running TeX and friends. Please note that if you use Unity (the default launcher on Ubuntu), ST can end up "seeing" a different `PATH` than you will in the terminal. This is because Unity inherits its environment from `/bin/sh` rather than `/bin/bash`, `/bin/zsh`, `/bin/fish`, etc. This means that you may need to add the path to TeX and friends to your `"texpath"` for LaTeXTools to work.
173173

174174
If your `PATH` contains a Python distribution that is not the default Python distribution, it may be necessary to configure the `"python"` setting to point to the system Python distribution. There have been reports of issues using `dbus` and `gobject` on **conda** and similar Python releases.

0 commit comments

Comments
 (0)