Skip to content

Instantly share code, notes, and snippets.

@saketkc
Created May 17, 2012 22:40
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 saketkc/2722087 to your computer and use it in GitHub Desktop.
Save saketkc/2722087 to your computer and use it in GitHub Desktop.
Eggifying the source code in your repo
## Installing Virtual Environment and Eggifying your source code for OERPub
Go to your Repo : cd <repo_name>
and then :
virtualenv --no-site-packages .
./bin/easy_install -U ZopeSkel
./bin/paster create --list-templates
./bin/paster create -t nested_namespace <repo_name>
This will create and empty egg for your repo !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment