On 07/10/2018 10:23:05 AM, p...@xvalheru.org wrote:
Hi,

I need to set specific python version to a user and I don't want to set it up for whole system. Is it possible? If so how to do it. All I found
is about setting for whole system.

Thanks

Pat


A simple method would be to set up the PATH for this user to prepend a local folder,
.e.g  $HOME/bin

Then copy (or symlink) the desired Python version from /usr/bin to that folder under
a different name (i.e. without the (full) version number)

Helmut


Reply via email to