Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Add local/bin to PATH #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 2018/_src/build
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ else
rm -rf ../index.html ../talks

export PERL5LIB=$(pwd)/local/lib/perl5:$PERL5LIB
export PATH=$(pwd)/local/bin:$PATH

cpanm --local-lib=$(pwd)/local -nq Carton
carton install --deployment
Expand Down