rough-minister-58256
01/18/2018, 11:47 PMstocky-greece-3497
01/18/2018, 11:59 PMdist-packages
from sys.path
and we're good to go 👍rough-minister-58256
01/19/2018, 12:00 AMstocky-greece-3497
01/19/2018, 12:00 AMrough-minister-58256
01/19/2018, 12:00 AMfast-nail-55400
02/07/2018, 4:38 PMpkg_resources.resource_filename
from within a pex but get this error: NotImplementedError: resource_filename() only supported for .egg, not .zip
fast-nail-55400
02/07/2018, 4:38 PMresource_string
or resource_stream
since I'm dealing with a legacy API that wants a filenamerough-minister-58256
02/07/2018, 4:52 PMstocky-greece-3497
02/07/2018, 5:26 PM.py
file so it could be run via subprocess
, take a look at from _pex.util import access_zipped_assets
https://github.com/pantsbuild/pex/blob/master/pex/util.py#L46rough-minister-58256
02/07/2018, 5:27 PMfast-nail-55400
02/07/2018, 5:50 PMaverage-vr-56795
03/29/2018, 3:20 PMenough-analyst-54434
03/31/2018, 1:46 AMrough-minister-58256
03/31/2018, 1:47 AMenough-analyst-54434
03/31/2018, 1:51 AMstale-chef-81972
04/03/2018, 5:40 PMstale-chef-81972
04/03/2018, 5:41 PMstale-chef-81972
04/03/2018, 7:00 PMstale-chef-81972
04/03/2018, 7:21 PMrough-minister-58256
04/03/2018, 7:24 PMrough-minister-58256
04/03/2018, 7:25 PMrough-minister-58256
04/03/2018, 7:25 PMfunction rename_manylinux_wheels() {
for manylinux_whl in $@; do
local linux_whl=${manylinux_whl/manylinux1_x86_64/linux_x86_64}
mv -f "${manylinux_whl}" "${linux_whl}"
done
}
rough-minister-58256
04/03/2018, 7:25 PMrough-minister-58256
04/03/2018, 7:26 PMstale-chef-81972
04/03/2018, 8:19 PMmagnificent-musician-12648
04/04/2018, 1:48 PMmagnificent-musician-12648
04/04/2018, 1:50 PMrough-minister-58256
04/04/2018, 4:39 PMmagnificent-musician-12648
04/04/2018, 5:02 PMrough-minister-58256
05/04/2018, 9:59 PM