Skip to content

Commit 7bd7c2b

Browse files
committed
Added instruction for pointing cache directory elsewhere
1 parent f153945 commit 7bd7c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Steps without :bash:`sudo` access (e.g. on a cluster):
8585
- /path/to/directory
8686
* [Optional] both Mamba and Miniconda can be automatically activated via :bash:`~/.bashrc`. Do not forget to add these (usually provided at the end of the installation).
8787
* Exit the shell and re-enter to make sure Conda is available. :bash:`cd` to the kernel tuner directory.
88-
* [Optional] if you have limited user folder space, the Pip cache can be pointed elsewhere with the environment variable :bash:`PIP_CACHE_DIR`. The cache location can be checked with :bash:`pip cache dir`.
88+
* [Optional] if you have limited user folder space, the Pip cache can be pointed elsewhere with the environment variable :bash:`PIP_CACHE_DIR`. The cache location can be checked with :bash:`pip cache dir`. On Linu, to point the entire :bash:`~/.cache` default elsewhere, use the :bash:`XDG_CACHE_HOME` environment variable.
8989
* [Optional] update Conda if available before continuing: :bash:`conda update -n base -c conda-forge conda`.
9090
#. Setup a virtual environment: :bash:`conda create --name kerneltuner python=3.11` (or whatever Python version and environment name you prefer).
9191
#. Activate the virtual environment: :bash:`conda activate kerneltuner`.

0 commit comments

Comments
 (0)