Last modified by Aysegül Omus on 2025/01/29 14:00

From version 8.1
edited by Martin Uhl
on 2023/10/30 10:28
Change comment: There is no comment for this version
To version 7.1
edited by Martin Uhl
on 2023/10/30 10:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -59,9 +59,7 @@
59 59  
60 60  === weitere userlokale Packagingoptionen ===
61 61  
62 -(((
63 -Manche Packagingsysteme, insbesondere ##pip## erlauben auch eine Nutzerlokale Installation via ##pip ~-~-user##. Die so installierte Software liegt dann unter ##/.local/bin##.
64 -)))
62 +Manche Packagingsysteme, insbesondere ##pip## erlauben auch eine Nutzerlokale Installation via ##pip --user##. Die so installierte Software liegt dann unter ##/.local/bin##.
65 65  
66 66  Gerade bei Python bietet sich aber auch die [[Installation in Virtual Environments>>https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment]] an.
67 67