Skip to content

Commit

Permalink
Merge pull request #1190 from mcneilco/release/2024.3.x
Browse files Browse the repository at this point in the history
⬆️ Upmerge release/2024.3.x to release/2024.4.x
  • Loading branch information
brianbolt authored Oct 1, 2024
2 parents 0e85e99 + ad45a5e commit 66ac262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ServerAPI/src/server/Bootstrap.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports.main = (callback) ->
config = require "#{ACAS_HOME}/conf/compiled/conf.js"
if config.all.server.liveDesign.installClientOnStart? && config.all.server.liveDesign.installClientOnStart
exec = require('child_process').exec
command = "pip install --upgrade --force-reinstall --user #{config.all.client.service.result.viewer.liveDesign.baseUrl}/ldclient.tar.gz"
command = "pip install --upgrade --force-reinstall --no-deps --disable-pip-version-check --user #{config.all.client.service.result.viewer.liveDesign.baseUrl}/ldclient.tar.gz"
console.log "About to call python using command: "+command
child = exec command, (error, stdout, stderr) ->
console.log stdout
Expand Down

0 comments on commit 66ac262

Please sign in to comment.