[Swift-commit] r5459 - branches/release-0.93/docs/userguide

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Thu Dec 22 11:38:22 CST 2011


Author: ketan
Date: 2011-12-22 11:38:22 -0600 (Thu, 22 Dec 2011)
New Revision: 5459

Added:
   branches/release-0.93/docs/userguide/troubleshooting
Log:
added troubleshooting section to userguide

Added: branches/release-0.93/docs/userguide/troubleshooting
===================================================================
--- branches/release-0.93/docs/userguide/troubleshooting	                        (rev 0)
+++ branches/release-0.93/docs/userguide/troubleshooting	2011-12-22 17:38:22 UTC (rev 5459)
@@ -0,0 +1,28 @@
+Troubleshooting
+---------------
+
+In this section we will discuss some of the common issues and remedies while using Swift. The origin of these issues can be Swift or the configuration of the target site, state and us
+er configuration among other factors. We try to identify known issues and address them here:
+
+* Command not found: Swift is installed but not in path. If you see the following error message:
+
+-----
+If 'swift' is not a typo you can run the following command to lookup the
+package that contains the binary:
+    command-not-found swift
+-bash: swift: command not found
+-----
+
+The most likely cause is the Swift is not part of the environment. Do the following to load the Swift module:
+
+-----
+$ export PATH=<swift-install-location>/bin:$PATH
+-----
+
+Note: If you are running Swift on a system where it is installed as a module, do module load swift. For instance:
+
+----
+$ module load swift
+Swift version swift-0.93RC5 loaded
+----
+




More information about the Swift-commit mailing list