在.bash_profile中的.profile源文件中,在Cygwin中安装RVM? [英] Where to source .profile in .bash_profile to install RVM in Cygwin?

查看:249
本文介绍了在.bash_profile中的.profile源文件中,在Cygwin中安装RVM?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用cygwin在Windows机器上安装RVM。我使用的命令是 curl -L https://get.rvm.io | bash -s stable 来获取RVM。但有一个问题。请参阅下面的输出中的警告部分,请帮助我修复它。

I am installing RVM on a windows machine using cygwin. I used the command is curl -L https://get.rvm.io | bash -s stable to get RVM. But there is a problem. Please see the WARNING section in the output below and please help me to fix it.

# mspc,
#
#   Thank you for using RVM!
#   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.

In case of problems: http://rvm.io/help and https://twitter.com/rvm_io

  * WARNING: You have '~/.profile' file, you might want to load it,
    to do that add the following line to '/home/mspc/.bash_profile':

      source ~/.profile

我在哪里放这行代码?

对于.bash_profile文件 -

Source code for the .bash_profile file -

# base-files version 4.2-3

# ~/.bash_profile: executed by bash(1) for login shells.

# The latest version as installed by the Cygwin Setup program can
# always be found at /etc/defaults/etc/skel/.bash_profile

# Modifying /etc/skel/.bash_profile directly will prevent
# setup from updating it.

# The copy in your home directory (~/.bash_profile) is yours, please
# feel free to customise it to create a shell
# environment to your liking.  If you feel a change
# would be benifitial to all, please feel free to send
# a patch to the cygwin mailing list.

# User dependent .bash_profile file

# source the users bashrc if it exists
if [ -f "${HOME}/.bashrc" ] ; then
  source "${HOME}/.bashrc"
fi

# Set PATH so it includes user's private bin if it exists
# if [ -d "${HOME}/bin" ] ; then
#   PATH="${HOME}/bin:${PATH}"
# fi

# Set MANPATH so it includes users' private man if it exists
# if [ -d "${HOME}/man" ]; then
#   MANPATH="${HOME}/man:${MANPATH}"
# fi

# Set INFOPATH so it includes users' private info if it exists
# if [ -d "${HOME}/info" ]; then
#   INFOPATH="${HOME}/info:${INFOPATH}"
# fi

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*


推荐答案

您可以将该行添加到该文件的任何位置。唯一的问题是,是否需要在rvm加载之前或之后加载,我无法回答。

You can just add that line anywhere in that file. The only question is whether that needs to be loaded before or after rvm is loaded and I can't answer that.

是否需要这样做取决于是否在该文件中有任何你实际需要,因为很好可能不是。

Whether you need to do this at all depends on whether there is anything in that file that you actually need as there very well might not be.

这篇关于在.bash_profile中的.profile源文件中,在Cygwin中安装RVM?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆