Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- |11:17:49| ~ ruby -v
- ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13]
- |13:44:09| ~ which rbenv
- rbenv () {
- typeset command
- command="$1"
- if [ "$#" -gt 0 ]
- then
- shift
- fi
- case "$command" in
- (rehash|shell) eval `rbenv "sh-$command" "$@"` ;;
- (*) command rbenv "$command" "$@" ;;
- esac
- }
- |13:44:22| ~ rails -v
- Could not find nokogiri-1.6.1 in any of the sources
- Run `bundle install` to install missing gems.
- |13:44:41| ~ cd
- |13:44:56| ~ rails -v
- Rails 4.1.1
- |13:44:59| ~ brew doctor
- Please note that these warnings are just used to help the Homebrew maintainers
- with debugging if you file an issue. If everything you use Homebrew for is
- working fine: please don't worry and just ignore them. Thanks!
- Warning: Python is installed at /Library/Frameworks/Python.framework
- Homebrew only supports building against the System-provided Python or a
- brewed Python. In particular, Pythons installed to /Library can interfere
- with other software installs.
- Warning: Some keg-only formula are linked into the Cellar.
- Linking a keg-only formula, such as gettext, into the cellar with
- `brew link <formula>` will cause other formulae to detect them during
- the `./configure` step. This may cause problems when compiling those
- other formulae.
- Binaries provided by keg-only formulae may override system binaries
- with other strange results.
- You may wish to `brew unlink` these brews:
- openssl
- Warning: /Library/Frameworks/Mono.framework detected
- This can be picked up by CMake's build system and likely cause the build to
- fail. You may need to move this file out of the way to compile CMake.
- Warning: Unbrewed dylibs were found in /usr/local/lib.
- If you didn't put them there on purpose they could cause problems when
- building Homebrew formulae, and may need to be deleted.
- Unexpected dylibs:
- /usr/local/lib/libmacfuse_i32.2.dylib
- /usr/local/lib/libmacfuse_i64.2.dylib
- /usr/local/lib/libosxfuse_i32.2.dylib
- /usr/local/lib/libosxfuse_i64.2.dylib
- Warning: Unbrewed .la files were found in /usr/local/lib.
- If you didn't put them there on purpose they could cause problems when
- building Homebrew formulae, and may need to be deleted.
- Unexpected .la files:
- /usr/local/lib/libosxfuse_i32.la
- /usr/local/lib/libosxfuse_i64.la
- Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
- If you didn't put them there on purpose they could cause problems when
- building Homebrew formulae, and may need to be deleted.
- Unexpected .pc files:
- /usr/local/lib/pkgconfig/osxfuse.pc
- Warning: Some keg-only formula are linked into the Cellar.
- Linking a keg-only formula, such as gettext, into the cellar with
- `brew link <formula>` will cause other formulae to detect them during
- the `./configure` step. This may cause problems when compiling those
- other formulae.
- Binaries provided by keg-only formulae may override system binaries
- with other strange results.
- You may wish to `brew unlink` these brews:
- openssl
- |13:45:58| ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement