Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57873 > unrolled thread

Re: How do I update a virtualenv?

Started byBen Finney <ben+python@benfinney.id.au>
First post2013-10-29 14:02 +1100
Last post2013-10-29 14:02 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How do I update a virtualenv? Ben Finney <ben+python@benfinney.id.au> - 2013-10-29 14:02 +1100

#57873 — Re: How do I update a virtualenv?

FromBen Finney <ben+python@benfinney.id.au>
Date2013-10-29 14:02 +1100
SubjectRe: How do I update a virtualenv?
Message-ID<mailman.1738.1383015774.18130.python-list@python.org>
Skip Montanaro <skip@pobox.com> writes:

> I'm using Heroku, following their instructions. They have a "git init"
> in the midst of things, so I wind up with a git repo that matches up
> one-to-one for my Django project. ("git push" installs).

That's not a good thing; you don't want loads of third-party files in
your VCS repository.

Instead, the deployment to the live system should be done from a wholly
separate build area, and the virtualenv can serve as that build area.
Then, your VCS need only contain the files you'll actually be changing
as source code.

Where specifically are these instructions that tell you to put the
virtualenv under VCS control? As you are a Heroku customer (I'm not),
would you be willing to suggest they alter them based on advice from
this forum?

-- 
 \          “Pity the meek, for they shall inherit the earth.” —Donald |
  `\                                              Robert Perry Marquis |
_o__)                                                                  |
Ben Finney

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web