uvarc / accord

Top-level repository for tracking the ACCORD deployment.
0 stars 0 forks source link

Force `pip install` into user space (Python3) / Force `install.packages` into user space (R) #13

Closed nmagee closed 2 years ago

nmagee commented 3 years ago
nmagee commented 3 years ago

Within Python environments added symlinks and ENV default:

RUN ln -s /usr/bin/pip3 /usr/bin/pip && ln -s /usr/bin/python3 /usr/bin/python
ENV PIP_TARGET=/home/user/.local/
rkc7h commented 2 years ago

@nmagee this seems to be resolved hence closing this issue