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 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
Jeffrey F. 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
HOMEwith no effect. Is there a snappy way to get this to work?
Jeff
I found my problem. Thanks.
On Jun 9, 10:55 pm, Jeffrey F. [email protected] 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
HOMEwith no effect. Is there a snappy way to get this to work?
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,
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs