Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jekyll install on macOS fails #17

Open
TRThurman opened this issue May 14, 2022 · 3 comments
Open

Jekyll install on macOS fails #17

TRThurman opened this issue May 14, 2022 · 3 comments

Comments

@TRThurman
Copy link
Contributor

TRThurman commented May 14, 2022

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:

  • RUBYGEMS VERSION: 3.3.11
  • RUBY VERSION: 3.1.2 (2022-04-12 patchlevel 20) [x86_64-darwin20]
  • INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/3.1.0
  • USER INSTALLATION DIRECTORY: /Users/tom/.local/share/gem/ruby/3.1.0
  • RUBY EXECUTABLE: /usr/local/opt/ruby/bin/ruby
  • GIT EXECUTABLE: /opt/local/bin/git
  • EXECUTABLE DIRECTORY: /usr/local/lib/ruby/gems/3.1.0/bin
  • SPEC CACHE DIRECTORY: /Users/tom/.local/share/gem/specs
  • SYSTEM CONFIGURATION DIRECTORY: /usr/local/Cellar/ruby/3.1.2/etc
  • RUBYGEMS PLATFORMS:
    • ruby
    • x86_64-darwin-20
  • GEM PATHS:
    • /usr/local/lib/ruby/gems/3.1.0
    • /Users/tom/.local/share/gem/ruby/3.1.0
    • /usr/local/Cellar/ruby/3.1.2/lib/ruby/gems/3.1.0
  • GEM CONFIGURATION:
    • :update_sources => true
    • :verbose => true
    • :backtrace => false
    • :bulk_threshold => 1000
  • REMOTE SOURCES:
  • SHELL PATH:
    • /usr/local/opt/ruby/bin
    • /opt/local/bin
    • /opt/local/sbin
    • /Applications/apache-ant-1.10.2/bin
    • /bin
    • /usr/local/bin
    • /usr/bin
    • /bin
    • /usr/sbin
    • /sbin
      ...
    • /opt/X11/bin
    • /Library/Apple/usr/bin
    • /Users/tom/bin
    • /Users/tom/bin
    • /usr/local/bin
    • /usr/local/sbin
    • /Users/tom/.rvm/bin
@TRThurman
Copy link
Contributor Author

ignoring the local install issues for now. Running on github by pushing to main.

@ronaldtse
Copy link
Contributor

Not sure if this has been resolved @TRThurman ?

@TRThurman
Copy link
Contributor Author

TRThurman commented Jul 26, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants