From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B851158086 for ; Thu, 28 Oct 2021 08:54:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38A3FE088D; Thu, 28 Oct 2021 08:53:54 +0000 (UTC) Received: from smarthost01a.ixn.mail.zen.net.uk (smarthost01a.ixn.mail.zen.net.uk [212.23.1.20]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5796E0863 for ; Thu, 28 Oct 2021 08:53:53 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01a.ixn.mail.zen.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mg1AW-0006et-0w for gentoo-user@lists.gentoo.org; Thu, 28 Oct 2021 08:53:52 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Anyone using www-apps/jekyll? Date: Thu, 28 Oct 2021 09:53:48 +0100 Message-ID: <1825219.tdWV9SEqCh@wstn> In-Reply-To: <12879616.uLZWGnKmhe@wstn> References: <11877561.O9o76ZdvQC@wstn> <12879616.uLZWGnKmhe@wstn> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01a-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: fcf89453-c9eb-45b6-85b8-2cf1f51a030e X-Archives-Hash: 9e6f7680be6bb8c1fc2e467e34a08923 On Wednesday, 27 October 2021 14:59:13 BST Peter Humphrey wrote: > One possibility occurred to me: is having two ruby versions installed at > once the problem? I already had 3.0 installed, the current Gentoo version, > but jekyll needs 2.6. To test this idea, I'd have to downgrade the whole > system to 2.6; I don't know whether that's even feasible now. The more I think about it, the more I suspect my path setting. In Ubuntu, apparently, there's a ~/gems/bin directory, which is to go at the head of the PATH, but what's the equivalent in Gentoo? I could create that directory, but what should I put in it? In fact, I did create the directory, empty, and these commands did finish: $ GEM_HOME="$HOME/gems" PATH="$HOME/gems/bin:$PATH" gem install jekyll bundler $ jekyll new myblog --force But then, $ GEM_HOME="$HOME/gems" PATH="$HOME/gems/bin:$PATH" bundle exec jekyll serve Could not locate Gemfile or .bundle/ directory I'm clutching at straws, as you can see... -- Regards, Peter.