alert-psychiatrist-14102
11/02/2023, 6:23 PMcurved-television-6568
11/02/2023, 6:44 PMlate-advantage-75311
11/02/2023, 6:45 PMpex --help
turns up something like:
--pex-root PEX_ROOT Specify the pex root used in this invocation of pex (if unspecified,
uses /Users/gauthamnair/.pex). (default: None)
late-advantage-75311
11/02/2023, 6:48 PMPEX_ROOT=somewhere/ yourpex.pex ...
late-advantage-75311
11/02/2023, 6:55 PMpex_same_dir $ pex flake8 -e flake8 -o flake.pex
pex_same_dir $ ls
flake.pex
pex_same_dir $ echo "foo=5" > lib.py
pex_same_dir $ PEX_ROOT=. ./flake.pex lib.py
lib.py:1:4: E225 missing whitespace around operator
pex_same_dir $ ls
bootstraps installed_wheels unzipped_pexes
flake.pex lib.py user_code
alert-psychiatrist-14102
11/05/2023, 7:44 AM