We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06040d0 commit 3282e06Copy full SHA for 3282e06
1 file changed
README
@@ -44,6 +44,11 @@
44
45
$ virtualenv-tools --update-path /srv/your-application/<hash>
46
47
+ To also update the Python executable in the virtualenv to the
48
+ system one you can reinitialize it in one go:
49
+
50
+ $ virtualenv-tools --reinitialize /srv/your-application/<hash>
51
52
53
Compile once, deploy whereever. Virtualenvs are completely self
54
contained. In order to switch the current version all you need to
0 commit comments