From c758c41df961f4b57df2913b1ddc633c25764e63 Mon Sep 17 00:00:00 2001 From: Demi-wlw <88136271+Demi-wlw@users.noreply.github.com> Date: Sun, 28 Jan 2024 22:57:56 +0000 Subject: [PATCH] Update 2023-09-25-Eddie.md --- _posts/2023-09-25-Eddie.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2023-09-25-Eddie.md b/_posts/2023-09-25-Eddie.md index 70fa04b19222..160eb9e16dba 100644 --- a/_posts/2023-09-25-Eddie.md +++ b/_posts/2023-09-25-Eddie.md @@ -125,7 +125,7 @@ conda install matplotlib=1.4.1 ``` #### Using pip -If a package is not available in the Anaconda repositories it can still be installed with `pip` in the usual way. First install `pip` into your active Anaconda environment. You must install pip into your environment first before running a pip command. Otherwise, `pip install` will use the pip installed in the Anaconda directory (which users do not have write access to) and your installation will fail. Once you have installed pip in your environment, then you can install a package using pip into your environment: +If a package is not available in the Anaconda repositories it can still be installed with `pip` in the usual way. First, install `pip` into your active Anaconda environment. You must install pip into your environment first before running a pip command. Otherwise, `pip install` will use the pip installed in the Anaconda directory (which users do not have write access to) and your installation will fail. Once you have installed pip in your environment, then you can install a package using pip into your environment: ```shell conda install pip pip install matplotlib @@ -155,7 +155,7 @@ qsub run_job.sh ``` ### Through interaction session -First start an interaction session, specify max run time, memory usage (gpu) and activate the environment then run according to the following:\ +First start an interaction session, specify max run time, memory usage (gpu) and activate the environment then run according to the following: **Run Jupyter notebook** ```shell