Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to set path openssl@1.1 on mac zsh

# This one worked perfect 
# you can always check first 
$ whcih openssl # before and after 
$ echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.zshrc
 
PREVIOUS NEXT
Tagged: #set #path #mac #zsh
ADD COMMENT
Topic
Name
6+3 =