Skip to content

Commit cc78660

Browse files
authored
Update README.md
1 parent 5595aa1 commit cc78660

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ private to Julia (not in your `PATH`). (You can use `using IJulia` followed by
3535
`IJulia.jupyter` to find the location `jupyter` where was installed.)
3636
On Linux, it defaults to looking for `jupyter` in your `PATH` first,
3737
and only installs the Conda Jupyter if that fails; you can force
38-
it to use Conda on Linux by setting `ENV["JUPYTER"]=""` first (see below). In a Debian or Ubuntu
39-
GNU/Linux system, install the package `jupyter-client`.
38+
it to use Conda on Linux by setting `ENV["JUPYTER"]=""` first (see below).
39+
(In a Debian or Ubuntu GNU/Linux system, install the package `jupyter-client`
40+
first to use the system `jupyter`.)
4041

4142
Alternatively, you can [install
4243
Jupyter](http://jupyter.readthedocs.org/en/latest/install.html) (or

0 commit comments

Comments
 (0)