I have read all of the help on this topic and I still cannot get irb to
load the file.
I have added the environmental variables:
IRBRC
HOME
with no effect. Is there a snappy way to get this to work?
Jeff
···
--
Posted via http://www.ruby-forum.com/.
Jeffrey Flint wrote:
I have read all of the help on this topic and I still cannot get irb to
load the file.
I have added the environmental variables:
IRBRC
HOME
with no effect. Is there a snappy way to get this to work?
Jeff
I found my problem. Thanks.
···
--
Posted via http://www.ruby-forum.com/\.
You should place a .irbrc (there is a dot preceding the filename)
inside your HOME. To figure where is HOME in your environment, please
do the following, inside IRB
File.expand_path("~")
That should tell you where in your OS installation is the proper place
in your profile to place that file.
HTH,
···
On Jun 9, 10:55 pm, Jeffrey Flint <jeffrey.fl...@gmail.com> wrote:
I have read all of the help on this topic and I still cannot get irb to
load the file.
I have added the environmental variables:
IRBRC
HOME
with no effect. Is there a snappy way to get this to work?
--
Luis Lavena