diff --git a/app/scripts/services/utils.js b/app/scripts/services/utils.js index 4e05fca3e..d00f9633a 100644 --- a/app/scripts/services/utils.js +++ b/app/scripts/services/utils.js @@ -122,7 +122,7 @@ angular.module('icestudio') var command = [this.getPythonExecutable(), coverPath(nodePath.join(common.VENV_DIR, 'virtualenv.py')), coverPath(common.ENV_DIR)]; - if (!common.DARWIN) { + if (common.WIN32) { command.push('--always-copy'); } this.executeCommand(command, callback);