Re: Installation problem
Jude DaShiell <[email protected]> Fri, 21 Jul 2023 17:00:45 -0400
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Message-ID | <[email protected]> |
With pipenv there may be a way to pick the version of the software you want installed, pipenv isn't on my machine yet since it recently returned from the factory for repair. I'll have to check the manual for that and see if it's possible I may need to use that in the future and it might help others. -- Jude <jdashiel at panix dot com> "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940. On Fri, 21 Jul 2023, Ron Guerin wrote: > On 7/21/23 1:21 PM, Jude DaShiell wrote: > > > Can you try that installation again but use pipenv to do the install? > > Another possibility I read about recently but haven't tried is poetry. > > The pipenv creates a shell for the app and you run it inside that shell. > > To do that you'd run pipenv getmail followed by any parameters once > > getmail is installed. After installing pipenv run pipenv install getmail > > to get pipenv to install getmail for you. > > That seems to have given me getmail6. > > # pipenv run getmail --version > getmail 6.18.12 > > >