Jeremy Stanley writes: > Note that "activating" a venv is typically not necessary (I never do > it), you just have to make sure to type the full path to executables > in the bin directory of the venv when running them, or add that > directory to PATH in your shell environment.
I don't recommend the latter to folks who aren't experienced with Python. It can be confusing if you get a different Python from the one you expect due to upgrades/installations of other Python versions. Typing full paths or creating shell aliases/functions containing the full path is safe. -- GNU Mailman consultant (installation, migration, customization) Sirius Open Source https://www.siriusopensource.com/ Software systems consulting in Europe, North America, and Japan _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/KJAYCS2AYSN5EPFFFZX2Y6N3XHD6ADDK/ This message sent to [email protected]
