【问题标题】:Install Jekyll but says: couldn't locate gemfile or bundle/directory安装 Jekyll 但提示:找不到 gemfile 或 bundle/directory
【发布时间】:2021-12-29 15:25:51
【问题描述】:

我刚刚安装了 Jekyll,但是当我输入 bundle exec jekyll serve 时,它找不到 Gemfile.bundle/ 目录。

我该怎么办?

【问题讨论】:

标签: jekyll ubuntu-16.04 gemfile


【解决方案1】:

首次安装先决条件

sudo apt-get install ruby-full build-essential zlib1g-dev

然后安装 gem

gem install jekyll bundler

就是这样!您已准备好开始使用 Jekyll。

来源:https://jekyllrb.com/docs/installation/ubuntu/

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-08-25
    • 2013-10-17
    • 2023-03-21
    • 2019-03-17
    • 2019-01-04
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多