Skip to content
Snippets Groups Projects
Commit 9191a501 authored by Guillaume Martres's avatar Guillaume Martres
Browse files

Make sure PATH is correctly set on Linux after cs setup

Coursier sets the PATH by editing .profile/.bash_profile/.zprofile, but
while these files get sourced on startup by the default Terminal app on
macOS, other terminals don't behave that way, especially on Linux where
they usually are only sourced when logging in.
parent 79827e56
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,8 @@ chmod +x cs ...@@ -32,6 +32,8 @@ chmod +x cs
./cs setup -y --jvm 8 --apps cs,sbt ./cs setup -y --jvm 8 --apps cs,sbt
``` ```
Please reboot after this point.
### On macOS ### On macOS
First, install the Homebrew package manager: First, install the Homebrew package manager:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment