Skip to content

Instantly share code, notes, and snippets.

@optixx
Created April 24, 2009 12:49
Show Gist options
  • Save optixx/101089 to your computer and use it in GitHub Desktop.
Save optixx/101089 to your computer and use it in GitHub Desktop.
import os
if any( [ os.path.exists(os.path.join(p,"vim")) for p in os.environ["PATH"].split(":")] ):
print "Found"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment