Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57853 > unrolled thread
| Started by | Skip Montanaro <skip@pobox.com> |
|---|---|
| First post | 2013-10-28 18:04 -0500 |
| Last post | 2013-10-28 18:04 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
How do I update a virtualenv? Skip Montanaro <skip@pobox.com> - 2013-10-28 18:04 -0500
| From | Skip Montanaro <skip@pobox.com> |
|---|---|
| Date | 2013-10-28 18:04 -0500 |
| Subject | How do I update a virtualenv? |
| Message-ID | <mailman.1723.1383001459.18130.python-list@python.org> |
I have a virtualenv I'm using for some Django development. Today I switched from MacPorts to HomeBrew on my Mac. I'm thus getting a different version of gcc and its libs. How do I reinstall the virtualenv? I've looked around and found a few descriptions of what to do, but as I am little more than a monkey-see-monkey-do user of virtualenv, I don't understand what appears to be a fairly complex set of steps. Does virtualenv not have some sort of "upgrade" command that just does what's necessary? Thanks, Skip
Back to top | Article view | comp.lang.python
csiph-web