Shipmaster cli should be able to create a local dev environment from running apt-get commands defined in .shipmaster.yaml, including creating a python virtual environment, etc.
Best practice may have to be to install shipmaster outside of the virtual environment if it is to be used for bootstrapping a project (similar to how pip is installed with apt-get before it can update itself).
Shipmaster cli should be able to create a local dev environment from running apt-get commands defined in .shipmaster.yaml, including creating a python virtual environment, etc.
Best practice may have to be to install shipmaster outside of the virtual environment if it is to be used for bootstrapping a project (similar to how pip is installed with
apt-getbefore it can update itself).