Skip to content

Instantly share code, notes, and snippets.

@markchadwick
Created January 9, 2010 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markchadwick/273210 to your computer and use it in GitHub Desktop.
Save markchadwick/273210 to your computer and use it in GitHub Desktop.
import sbt._
import jython.sbt.JythonProject
class PassingProject(info: ProjectInfo) extends DefaultProject(info)
with JythonProject {
override def jythonHome = Path.fromFile("/opt/jython")
easy_install("paycheck == 0.4.2")
easy_install("messaging") from "https://dev1.invitemedia.com/dist"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment