node-virtualenv icon indicating copy to clipboard operation
node-virtualenv copied to clipboard

When virtualenv flags are changed, postinstall should reinstall

Open mjpizz opened this issue 11 years ago • 0 comments

For example, if you add new flags in your package.json like:

"virtualenv": {
  "flags": ["--python=Python2.7"]
}

For convenience, the virtualenv should be rebuilt so that it has the correct Python version (rather than requiring the user to remove the old directory first).

mjpizz avatar Feb 25 '14 06:02 mjpizz