Skip to content

Commit 5022e4b

Browse files
committed
bison to bash_profile
1 parent 11b91d5 commit 5022e4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
bison -V
22
brew unlink bison
33
brew install bison
4-
echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> ~/.bashrc
4+
echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> /Users/runner/.bash_profile
55
export PATH=/usr/local/opt/bison/bin:$PATH
6+
echo 'export LDFLAGS="-L/usr/local/opt/bison/lib"' >> /Users/runner/.bash_profile
67
export LDFLAGS="-L/usr/local/opt/bison/lib"
7-
source ~/.bashrc
8+
source ~/.bash_profile
89
bison -V

0 commit comments

Comments
 (0)