|
|
|
|
|
by __full_pint
2565 days ago
|
|
I’m not OP but: When you build and package things for production you should create an environment. This ensures the packaging the right versioning of requirements for build. Say you build using the system version but use packages based on another version. It may work for you but probably won’t work elsewhere. |
|