Im new to using pex. I have a Python module I want...
# general
s
Im new to using pex. I have a Python module I want to package as a pex as an experiment. pex -r requirements.txt -o output.pex foo.py but this obviously does not work. Is it possible? I tried to make it into a package as well but still getting No module named “foo”. Let me know if there is a better slack channel for this type of noobie question. Thanks.