-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Our instructions at https://docs.fornax.sciencecloud.nasa.gov/compute-environments#update-an-existing-environment say that the to install a package that persists through server restarts we should add the --user option to the command. That option raises an error for me and the software doesn't install at all.
(python3) jovyan@jupyter-raen:~$ pip install jupyterlab-a11y-checker --user
ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
(python3) jovyan@jupyter-raen:~$ uv pip install jupyterlab-a11y-checker --user
error: pip's `--user` is unsupported (use a virtual environment instead)Need to find the right instructions and update the docs.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working