Skip to content

Commit

Permalink
Update 2023-09-25-Eddie.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Demi-wlw committed Jan 28, 2024
1 parent 80e4729 commit c758c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-09-25-Eddie.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c758c41

Please sign in to comment.