From 0a57b92bc3eab60e466a20ebcff4b7cdf394baf1 Mon Sep 17 00:00:00 2001 From: fangpingmu Date: Wed, 20 Mar 2024 13:39:41 -0400 Subject: [PATCH] python.md remove the typo = --- docs/applications/python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/applications/python.md b/docs/applications/python.md index d324b40..4c02a97 100644 --- a/docs/applications/python.md +++ b/docs/applications/python.md @@ -172,7 +172,7 @@ Here are sample batch files for creating a Slurm job using your newly installed module load python/ondemand-jupyter-python3.10 #Activate your environment - source activate =/ix///envs/my_env + source activate /ix///envs/my_env #Run commands utilizing your loaded Python tool python xyz.py @@ -337,4 +337,4 @@ The following displays a sample .condarc file, where the path of caching package pkgs_dirs: - /ihome/sam/yak73/.conda/pkgs [yak73@login0a yak73]$ -``` \ No newline at end of file +```