In bundled python package installation is performed in user location · Issue #234 · jupyterlab/jupyterlab-desktop (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@Czaki

Description

@Czaki

Problem

When the download and install .deb package and try run pip install using pip from bundled python there is information that the package will be installed in user mode because site-package is not writable.

Packages installed in user mode will be available in all python3.8 environments and may introduce unexpected side effects.

pip bundled in app should use different location to install a new packages.

Zrzut ekranu z 2021-09-23 12-26-04

Proposed Solution

set alternative install location in user directory when run in non administrator mode and add this location to PYTHONPATH