Revelation password wallet

Tom H tomh0665 at gmail.com
Sun Aug 16 20:59:53 UTC 2020


On Sun, Aug 16, 2020 at 10:26 PM David Fletcher <dave at thefletchers.net>
wrote:
> On Sun, 2020-08-16 at 19:50 +0200, Volker Wysk wrote:
>>
>> As the source is only six days old I think I'll see if I can contact
>> the developer with the above.
>>
>> Yes, I'd do that too.
>
> The developer suggested I try launching it from the terminal with:-
> PYTHONPATH=/usr/local/lib/python3.8/site-packages/ revelation
>
> which works!
>
> When I do a couple of echo commands I get:-
> dave at Cleavers5:~$ echo $PATH
> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> :/usr/local/games
> dave at Cleavers5:~$ echo $PYTHONPATH
>
> dave at Cleavers5:~$
>
> Which presumably is not correct! He said that 0.5.0 "Just Works" on
> Fedora so is Ubuntu (BTW I'm actually on the Mint derivative) missing a
> path initialisation? Should it also be in /etc/environment?

If you need PYTHONPATH for you only, add
"PYTHONPATH=/usr/local/lib/python3.8/site-packages" your "~/.profile".

If you need PYTHONPATH for multiple users, add
"PYTHONPATH=/usr/local/lib/python3.8/site-packages" to
"/etc/profile/pythonpath.sh". The Fedora python package must do
something similar, for a PATH not starting with "/usr/local".




More information about the ubuntu-users mailing list