diff --git a/content/guides/running_applications/using_anaconda_package_manager.md b/content/guides/running_applications/using_anaconda_package_manager.md
index 114dbcd507a6cd889499e45b34a56d2f2c5a8514..7fcddd6a1c287f29f31744c01cc369351fac4fbd 100644
--- a/content/guides/running_applications/using_anaconda_package_manager.md
+++ b/content/guides/running_applications/using_anaconda_package_manager.md
@@ -128,7 +128,7 @@ The reason for this is that the GPU modules we support are built using the speci
 For example, if you want to use `tensorflow` with additional packages, first do:
 {{% panel theme="info" header="Cloning GPU module to a new Anaconda environment" %}}
 {{< highlight bash >}}
-module load tensorflow-gpu/py36/1.12
+module load tensorflow-gpu/py36/1.12 anaconda
 conda create -n tensorflow-gpu-1.12-custom --clone $CONDA_DEFAULT_ENV
 module purge
 {{< /highlight >}}