Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • How does the python configuration choose the desired version if you don't use version numbers? Or is that planned operation? Commented Apr 2, 2012 at 15:33
  • The configuration is more or less an executable python script itself. I do a dirty hardcoded sys.path.append. Suggestions welcome :) Commented Apr 2, 2012 at 15:43
  • Even don't think about Git - it will give your team no benefits, but a lot of headache Commented Apr 2, 2012 at 16:24
  • @Badger: Why would that be? For the moment copying files and keeping tracking of versions is already a pain. Commented Apr 2, 2012 at 17:18
  • Because polished workflow with well-designed (with some glitches) tool is better, than exotic perversions with ugly tool, especially with SVN-backend. You problem isn't tools, but chaotic management and planning (from my POV) Commented Apr 2, 2012 at 18:16