lib/sandbox/templates/activate_sandbox.erb in nkryptic-sandbox-0.2.0 vs lib/sandbox/templates/activate_sandbox.erb in nkryptic-sandbox-0.2.1
- old
+ new
@@ -87,5 +87,11 @@
# be called to get it to forget past commands. Without forgetting
# past commands the $PATH changes we made may not be respected
if [ -n "$BASH" -o -n "$ZSH_VERSION" ] ; then
hash -r
fi
+
+
+#
+#
+# Thanks to the virtualenv developers ( http://pypi.python.org/pypi/virtualenv )
+#