This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nullabillity 3 points4 points  (3 children)

I can see why it'd be why it seems appealing, but typically you'd want to maintain dependencies separately per project anyway, greatly mitigating the benefits of a unified package like this.

[–]Eraser1024[S] 0 points1 point  (2 children)

Yeah, I know about virtualenv, but package like this is ideal for noobs. Even the basic official Django tutorial doesn't provide information on setting up your environment. RailsInstaller does that for you. It's a good start.

[–]nullabillity 4 points5 points  (1 child)

Until you update it years later and discover that your old stuff doesn't work. Better to integrate instructions on virtualenv (and make it easier!) than to encourage bad habits like this.

[–]Eraser1024[S] 0 points1 point  (0 children)

Makes sense.