Re: [orca-list] how to obtain Orca master in Ubuntu 22.04?



First of all did you remove site-packages before set simlink with:

sudo rm -fr /usr/local/lib/python3.10/site-packages

Op 28-04-2022 om 11:24 schreef Vojtech šmiro via orca-list:
No, it doesn't work. I've tried it. Please what to do now? Please send me python commands which you used.

thanks.

Best regards

Vojta.

Dne 28. 04. 22 v 10:23 Milton napsal(a):
After set the simlink did you execute:

./autogen.sh

make

sudo make install

Op 28-04-2022 om 10:09 schreef Vojtech šmiro via orca-list:
Hello,

the new command says me simlink already exists. Please what to do?

Thanks, Vojta.

Dne 28. 04. 22 v 8:25 Milton via orca-list napsal(a):
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.


_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html
_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html

_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]