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


Groups > comp.lang.python > #57874

Re: How do I update a virtualenv?

From Ben Finney <ben+python@benfinney.id.au>
Subject Re: How do I update a virtualenv?
Date 2013-10-29 14:09 +1100
References <CANc-5Uy367Mu-zN30Z8xKfE_Zf9q4G15E_oVtB+HOWPja6MNag@mail.gmail.com> <526EF04A.6070702@nedbatchelder.com> <CANc-5UxvR=woVE19a14rTAKX4qwzdPEVgoj0XxX169DU_uKMWw@mail.gmail.com> <7whac09abg.fsf@benfinney.id.au> <CANc-5UyEN2Xkyk7uSqnigUtgWiMFrH41CZthjbcLAMZHfcR1Vw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1739.1383016160.18130.python-list@python.org> (permalink)

Show all headers | View raw


Skip Montanaro <skip@pobox.com> writes:

> > You are keeping your virtualenv separate from your working tree,
> > right? I put mine in ‘/var/local/devel/$USER/virtualenvs/foobar/’
> > where “foobar” is the specific virtualenv name.
>
> No, I'm no expert in these things. I was just following the directions
> on the Heroku "getting started" page. What you wrote is Greek to me.

Fair enough; virtualenv is a baroque system with many knobs to tune. It
sucks that anything like this is needed.

I don't know of better official documentation for virtualenv than
<URL:https://pypi.python.org/pypi/virtualenv>.

-- 
 \       “It is forbidden to steal hotel towels. Please if you are not |
  `\          person to do such is please not to read notice.” —hotel, |
_o__)                                               Kowloon, Hong Kong |
Ben Finney

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web