Deutsch English Français Italiano |
<m1ce2kFoog9U1@mid.individual.net> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!news.roellig-ltd.de!open-news-network.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman <bowman@montana.com> Newsgroups: comp.os.linux.advocacy Subject: Re: Hobbyware WinCrap 11 strikes again Date: 15 Feb 2025 21:08:37 GMT Lines: 24 Message-ID: <m1ce2kFoog9U1@mid.individual.net> References: <vo75q5$3vki0$1@dont-email.me> <zCJpP.39$EyH6.1@fx45.iad> <vo7ttl$3nof$1@dont-email.me> <qhLpP.67094$za5e.59176@fx09.iad> <vo830p$4ntj$1@dont-email.me> <f_1qP.80552$YsRf.33634@fx18.iad> <vocbbn$1444h$1@dont-email.me> <1WoqP.4088$NgFa.1524@fx46.iad> <voeqct$1lgc9$1@dont-email.me> <6CIqP.4095$NgFa.688@fx46.iad> <vogq82$20qbu$1@dont-email.me> <67b07a28$0$29716$426a74cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net y+ZMrkzCeqmYf7Dk/XRycgkVIB6z1/IDS53E3wSNBV+IjiQqaz Cancel-Lock: sha1:D4Wr2o78blEWRn/fM/Tg+PFy1Ss= sha256:w6HIz5WCC9CI2VE+wXhbS0V1tu8SFph3qdg7LaxfOdA= User-Agent: Pan/0.160 (Toresk; ) Bytes: 2214 On 15 Feb 2025 11:27:36 GMT, Stéphane CARPENTIER wrote: > Maybe things changed since I looked at that the last time. But, the last > time I checked the msi provided only a way to install easily a new > software on Windows. And sometimes with something to remove them. There > was nothing about the updates. On Ubuntu Brave is a snap. On Windows Brave will tell you when an update is available, allow you to download it, and apply it on relaunch. On Ubuntu, Brave will show the update but can't apply it by itself. You have to update the snap and relaunch. Minor annoyance. > Now, on some systems, like ubuntu, python is managed by the system, so > it refuses to execute a "pip install". And if the library isn't provided > by ubuntu, you have to run "pip install" in a virtual environment to be > able to use a library designed not to be shared with the libraries of > the system. I believe 'sudo pip install xxxxx' will work although I prefer to use venvs. Installing to the system libs might be preferable for something like ruff but I still do that in the venv.