Add missing `set` to eselect atlas line in SciPy and ATLAS post.
[blog.git] / posts / SciPy_and_ATLAS.mdwn
index 1ecbecb9ce23dba6fa2d65a3d8af4a3478432344..be763e011be02c8a1ce339280714707288ad4893 100644 (file)
@@ -32,7 +32,7 @@ You can fix the problem by installing and selecting the [ATLAS][]
 libraries
 
     $ sudo emerge -av blas-atlas lapack-atlas
-    $ for x in blas cblas lapack; do sudo eselect $x atlas; done
+    $ for x in blas cblas lapack; do sudo eselect $x set atlas; done
 
 after which you should re-install any packages that may need to be relinked.