Can I use PEX to generate some thing that’s equiva...
# general
p
Can I use PEX to generate some thing that’s equivalent to a cross platform lock file?
a
pex3 may work but i've never tried it:
Copy code
pex3 lock create --style=universal --interpreter-constraint "CPython>=3.9,<3.10" pandas > /tmp/lock.json
h
Yes, you can. Via Pants or standalone.