note about fabbing in venv
authorBryan <btbonval@gmail.com>
Fri, 3 Jan 2014 15:57:38 +0000 (10:57 -0500)
committerBryan <btbonval@gmail.com>
Fri, 3 Jan 2014 15:57:38 +0000 (10:57 -0500)
README.md

index 36f7aa23f8736b11011aaf8896a17737d9e71903..7c592aab7e2cb9890889a0bb3f4de3b2cf5ba049 100644 (file)
--- a/README.md
+++ b/README.md
@@ -154,6 +154,9 @@ forwards to your virtual machine's web site.
 
 ## Completing the Virtual Machine with Fabric
 
+*Notice* Fabric might not run properly if you presently in a virtualenv.
+`deactivate` prior to running fab commands.
+
 1. On the virtual machine, type `cd karmanotes` to get into the code repository.
 
 1. In the code repo of the VM, type `fab -H 127.0.0.1 first_deploy`