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).
For example, if you add new flags in your package.json like:
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).