Contents:
- show full path for the item
- show tree in ol li
- show tree in dropdown select
- one item
| ERROR | |
| ======= | |
| $ gem install pg -v '0.17.0' | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing pg: | |
| ERROR: Failed to build gem native extension. | |
| /home/vishal/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb | |
| checking for pg_config... yes |
| Note: this assumes you are using ZSH shell. | |
| ## Installation | |
| Install [asdf](https://github.com/asdf-vm/asdf): | |
| ``` | |
| $ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.4.0 | |
| $ echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.zshrc | |
| $ echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.zshrc |