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

python: redirect pyenv to home

parent b20a83e1
No related branches found
No related tags found
No related merge requests found
......@@ -51,3 +51,11 @@ ipython kernel install --name "opt-software-pyenv" --user
```
This creates a custom configuration `~/.local/share/jupyter/kernels/opt-software-pyenv/kernel.json` in your home. Inside JupyterHub you should now be able to pick this kernel in the `Kernel -> Change kernel` menu.
### 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).
```
PYENV_ROOT=$HOME 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