class Bundler::Installer

def create_bundle_path

def create_bundle_path
  Bundler.mkdir_p(Bundler.bundle_path.to_s) unless Bundler.bundle_path.exist?
rescue Errno::EEXIST
  raise PathError, "Could not install to path `#{Bundler.settings[:path]}` " +
    "because of an invalid symlink. Remove the symlink so the directory can be created."
end