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 steve.dower
Recipients oMqngo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-01-21.16:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642781999.69.0.568591780053.issue46459@roundup.psfhosted.org>
In-reply-to
Content
The installer doesn't support installing twice on the same machine, even to different locations.

What you probably want to do is to install it normally, then copy all the files onto the USB. You will need to "python -m pip install --force pip" in the new copy to fix up its scripts, and it may interfere with a system install if you use it on a machine that also has its own installation (though that's mostly been cleaned up since ~3.5), but should otherwise be fine.
History
Date User Action Args
2022-01-21 16:19:59steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, oMqngo
2022-01-21 16:19:59steve.dowersetmessageid: <1642781999.69.0.568591780053.issue46459@roundup.psfhosted.org>
2022-01-21 16:19:59steve.dowerlinkissue46459 messages
2022-01-21 16:19:59steve.dowercreate