K
K
Ken Jee2015-08-25 22:34:53
ubuntu
Ken Jee, 2015-08-25 22:34:53

How to solve the problem with command not found rvm-prompt in ZSH?

When executing some commands, for example:
$ /etc/cron.daily/prelink
An error is generated How to solve this problem?
zsh: command not found: rvm-prompt

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Ken Jee, 2015-08-26
@Machez

sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev
curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 2.2.2
rvm use 2.2.2 --default
ruby -v

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question