If we see an environment.yml, and conda is in the path, create the conda environment. Otherwise, ifwe see a requirements.txt, create a virtualenv. If the environment already exists, and not in batch mode, prompt the user whether to delete it?
There should be a configuration parameter in the workspace to enable/disable this feature (maybe set on init).