You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Jul 25, 2022, at 9:59 PM, Ronald Tse ***@***.***> wrote:
Not sure if this has been resolved @TRThurman ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
I managed to download and install most of the software listed, but jekyll install did not actually install jekyll.
I am at a loss of how to proceed.
Here is the history of commands I executed.
brew install ruby
551 which ruby
552 ruby --version
553 echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.profile
554 ruby --version
555 which ruby
556 whereis ruby
557 ruby --version
558 echo $PATH
559 export PATH="/usr/local/opt/ruby/bin:$PATH"
560 echo $PATH
561 which ruby
562 ruby --version
563 brew install rbenv
564 sudo chown -R ${LOGNAME}:staff /usr/local/lib/node_modules
565 sudo chown -R ${LOGNAME}:staff /usr/local/share/ghostscript/9.10/Resource/Font/logo10.pfb
566 brew cleanup
567 rbenv
568 which jekyll
569 rbenv install jekyll
570 brew install jekyll
571 pwd
572 ruby -version
573 gem -v
574 gem install jekyll bundle
575 which jekyll
576 gem install jekyll bundler
577 jekyll -v
578 curl -L https://get.rvm.io | bash -s stable
579 gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
580 command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
581 gpgconf --kill all
582 command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
583 command curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
584 curl -L https://get.rvm.io | bash -s stable
585 source /Users/tom/.rvm/scripts/rvm
586 rvm
587 rvm --version
588 rbenv rehash
589 which jekyll
590 rvm install jekyll
591 gem env
592 ls /usr/local/Cellar/ruby/3.1.2/lib/ruby/gems/3.1.0
593 ls /usr/local/Cellar/ruby/3.1.2/lib/ruby/gems/3.1.0/gems
594 pwd
gem env
RubyGems Environment:
...
The text was updated successfully, but these errors were encountered: