Re: [orca-list] how to obtain Orca master in Ubuntu 22.04?
- From: Jeremy Lincicome <w0jrl1 gmail com>
- To: Milton <milton duurzaamdigitaal org>, covici ccs covici com
- Cc: orca-list gnome org
- Subject: Re: [orca-list] how to obtain Orca master in Ubuntu 22.04?
- Date: Wed, 27 Apr 2022 14:07:38 -0600
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.
--
Jeremy Lincicome W0JRL
JL Applied Technologies:
https://jlappliedtechnologies.com/
SkyHubLink System:
https://skyhublink.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]