ukwa / ukwa-manage

Shepherding our web archives from crawl to access.
Apache License 2.0
10 stars 5 forks source link

Update MrJob to use venv module rather than virtualenv #112

Open anjackson opened 1 year ago

anjackson commented 1 year ago

Since Python 3.3, the built-in virtual environment support seems to be the venv module: https://docs.python.org/3/library/venv.html

Therefore, it makes sense to switch our mrjob*.conf files to use that rather than expect the virtualenv module to be installed.