You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `package` goal requires specifying a target which can be packaged. In this case, the there is a `pex_binary` target with the name `pex_binary` in the `helloworld/BUILD` file.
143
+
142
144
```
143
-
pants package helloworld/main.py
145
+
pants package helloworld:pex_binary
144
146
```
145
147
148
+
The pex file is output to `dist/helloworld/pex_binary.pex` and can be executed directly.
0 commit comments