diff --git a/IPython/parallel/apps/launcher.py b/IPython/parallel/apps/launcher.py
index 630e87d..60cf6e8 100644
--- a/IPython/parallel/apps/launcher.py
+++ b/IPython/parallel/apps/launcher.py
@@ -1298,9 +1298,9 @@ class CondorLauncher(BatchSystemLauncher):
     We use the ip{cluster, engine, controller} scripts as our executable to circumvent 
     this - the mechanism of shebanged scripts means that the python binary will be 
     launched with argv[0] set to the *location of the ip{cluster, engine, controller} 
-    scripts on the remote node*. This means that:
-      a. The default path to ipengine etc scripts on your remote node needs to be
-         in the same directory as the python executable you wish to run
+    scripts on the remote node*. This means you need to take care that:
+      a. Your remote nodes have their paths configured correctly, with the ipengine and ipcontroller
+         of the python environment you wish to execute code in having top precedence.
       b. This functionality is untested on Windows.
 
     If you need different behavior, consider making you own template.