This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shreyanavigyan
Recipients andrei.avk, becky07, paul.moore, shreyanavigyan, steve.dower, steven.daprano, tim.golden, zach.ware
Date 2021-05-10.07:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620633498.34.0.170306710701.issue44076@roundup.psfhosted.org>
In-reply-to
Content
Shortcut is store the output of pip in a file using,

pip freeze > file.txt

And then after installing Python 3.9

py -3.9 -m pip install -m file.txt
History
Date User Action Args
2021-05-10 07:58:18shreyanavigyansetrecipients: + shreyanavigyan, paul.moore, tim.golden, steven.daprano, zach.ware, steve.dower, andrei.avk, becky07
2021-05-10 07:58:18shreyanavigyansetmessageid: <1620633498.34.0.170306710701.issue44076@roundup.psfhosted.org>
2021-05-10 07:58:18shreyanavigyanlinkissue44076 messages
2021-05-10 07:58:18shreyanavigyancreate