diff options
Diffstat (limited to '')
| -rw-r--r-- | posts/2012-10-31-virtualenv-and-checkouts.md (renamed from content/post/2012-10-31-virtualenv-and-checkouts.md) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/post/2012-10-31-virtualenv-and-checkouts.md b/posts/2012-10-31-virtualenv-and-checkouts.md index 81b11e9..e6c5dee 100644 --- a/content/post/2012-10-31-virtualenv-and-checkouts.md +++ b/posts/2012-10-31-virtualenv-and-checkouts.md @@ -1,9 +1,3 @@ ---- -date: 2012-10-31T00:00:00Z -summary: In which I share a trick for virtualenv -title: Virtualenv and checkouts ---- - I've started to do some Clojure in my spare time. The default tool adopted by the community to manage projects is [leiningen](http://leiningen.org). For those of you who don't know what `lein` is, it's a tool to automate your Clojure project: it will boostrap a new project, install the dependencies, and there's a plugin mechanism to extend the default possibilities of the tool. One of the nice feature of the tool is the **checkouts** directory. From the [FAQ](https://github.com/technomancy/leiningen/blob/preview/doc/FAQ.md): |
