<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Guide_to_ruby</id>
	<title>Guide to ruby - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Guide_to_ruby"/>
	<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Guide_to_ruby&amp;action=history"/>
	<updated>2026-04-20T12:08:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.abuissa.net/index.php?title=Guide_to_ruby&amp;diff=606&amp;oldid=prev</id>
		<title>Razzi: Created page with &quot;I don&#039;t really use ruby but here&#039;s some info because projects I use, use ruby.  When I install jekyll I get a warning about the user gem directory not being on path:   $ gem i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Guide_to_ruby&amp;diff=606&amp;oldid=prev"/>
		<updated>2023-07-05T17:35:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;I don&amp;#039;t really use ruby but here&amp;#039;s some info because projects I use, use ruby.  When I install jekyll I get a warning about the user gem directory not being on path:   $ gem i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I don&amp;#039;t really use ruby but here&amp;#039;s some info because projects I use, use ruby.&lt;br /&gt;
&lt;br /&gt;
When I install jekyll I get a warning about the user gem directory not being on path:&lt;br /&gt;
&lt;br /&gt;
 $ gem install jekyll --user-install&lt;br /&gt;
 WARNING:  You don&amp;#039;t have /home/razzi/.local/share/gem/ruby/3.1.0/bin in your PATH [...]&lt;br /&gt;
&lt;br /&gt;
So I add it as follows to my ~/.profile:&lt;br /&gt;
&lt;br /&gt;
 export ruby_home=$(ruby -e &amp;#039;puts Gem.user_dir&amp;#039;)&lt;br /&gt;
 export PATH=&amp;quot;$PATH:$ruby_home/bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://stackoverflow.com/questions/53979362/you-dont-have-path-in-your-path-gem-executables-will-not-run-while-using&lt;/div&gt;</summary>
		<author><name>Razzi</name></author>
	</entry>
</feed>