Skip to content
Snippets Groups Projects
Commit 771419e7 authored by Claude Becker's avatar Claude Becker
Browse files

python: pyenv command without home

parent e165cb90
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ This creates a custom configuration `~/.local/share/jupyter/kernels/opt-software
### Use pyenv to install custom Python versions
If you want to install your own Python versions, watch out to either not source our environment, or to redirect the pyenv installation to a location, where you have write access (either the local scratch or your home folder).
If you want to install your own Python versions, watch out to either not source our environment, or to redirect the pyenv installation to a location, where you have write access (either the local scratch or some project folder on your group share).
```
PYENV_ROOT=$HOME pyenv install <version>
PYENV_ROOT=/path/to/project pyenv install <version>
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment