Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 17, 2024
1 parent ed0a988 commit 45d21d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function install() {
"mise")
curl https://mise.run | sh
mise activate $current_shell --shims
echo "Debug PATH: $PATH"
;;
"Erlang")
sudo apt-get update
Expand Down
1 change: 1 addition & 0 deletions priv/static/macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function install() {
"mise")
curl https://mise.run | sh
mise activate $current_shell --shims
echo "Debug PATH: $PATH"
;;
"Erlang")
brew install autoconf [email protected] wxwidgets libxslt fop
Expand Down
1 change: 1 addition & 0 deletions test/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ SHELL := $(shell echo $$SHELL)
serve:
# initdb -D ~/pgdata -U postgres
# pg_ctl start -D ~/pgdata
echo "Debug PATH: $PATH"
mix phx.new --no-install phx_tools_test
cd phx_tools_test && mix local.rebar --force && mix setup
cd phx_tools_test && elixir --erl "-detached" -S mix phx.server

0 comments on commit 45d21d6

Please sign in to comment.