Re: [orca-list] how to obtain Orca master in Ubuntu 22.04?
- From: Milton <milton duurzaamdigitaal org>
- To: Jeremy Lincicome <w0jrl1 gmail com>, covici ccs covici com
- Cc: orca-list gnome org
- Subject: Re: [orca-list] how to obtain Orca master in Ubuntu 22.04?
- Date: Thu, 28 Apr 2022 08:25:57 +0200
Great! Many many thanks Jeremy! It works.
Milton
Op 27-04-2022 om 22:07 schreef Jeremy Lincicome:
On 4/27/22 12:35, Jeremy Lincicome wrote:
On 4/27/22 01:47, Milton wrote:
Hi,
I noticed python3.10 in /usr/local/lib/
I had no luck with:
sudo ln -sf /usr/local/lib/python3.10/dist-packages
/usr/local/lib/python3.10/site-packages
Hi Milton,
After doing some testing, if /usr/local/lib/python3.10/site-packages
exists, ln creates the link to dist-packages in
/usr/local/lib/python3.10/dist-packages. Yes, dist-packages gets
linked to itself. If site-packages exists, remove it with:
sudo rm -fr /usr/local/lib/python3.10/site-packages
Then run:
sudo ln -st /usr/local/lib/python3.10
/usr/local/lib/python3.10/dist-packages site-packages
I messed up. That command should be:
sudo ln -s /usr/local/lib/python3.10/dist-packages
/usr/local/lib/python3.10/site-packages
Sorry about that.
Finally, recompile Orca.
Please let me know if this works for you.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]