ubuntu搭建环境出现的问题

参考链接:

换源问题参考 https://www.jianshu.com/p/94e43753f80a

git 参考此链接:http://www.runoob.com/git/git-basic-operations.html

国内最好的ruby论坛  https://ruby-china.org/wiki/install_ruby_guide

Ubuntu搭建环境出现的问题:

搭建ruby环境出现的问题:

  1. ruby的版本号改为2.2.4

安装ruby以后执行

rvm use 2.3.1 –default

错误信息:

RVM is not a function, selecting rubies with 'rvm use ...' will not work.

 

You need to change your terminal emulator preferences to allow login shell.

Sometimes it is required to use `/bin/bash --login` as the command.

Please visit https://rvm.io/integration/gnome-terminal/ for an example.

解决办法:

echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"' >>~/.bashrc

source ~/.bashrc

ruby -v

2.git查看版本号

git查看版本号命令:git log –stat

出现的问题: fatal: Not a git repository (or any of the parent directories): .git

解决方法: git init

3.解决apt-get install E: 无法定位软件包的问题

解决方法:

在etc/apt   的sources.list 添加镜像源   deb http://archive.ubuntu.com/ubuntu/ trusty main universe restricted multiverse

然后 sudo apt-get update  接着安装就可以了

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值