Skip to content

Commit

Permalink
fix: adding python runtime to demo script
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Bowe committed Aug 23, 2022
1 parent 0f5064f commit b5e22a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/posts/sasjs-server-on-vps.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
nvm install --lts
echo "NODE_PATH=$(which node)" >> .env
echo "RUN_TIMES=sas,js" >> .env
echo "PYTHON_PATH=$(which python3)" >> .env
echo "RUN_TIMES=sas,js,py" >> .env

# Server Mode enables Users, Groups & Permissions
# But requires a Mongo DB connx string
Expand Down

0 comments on commit b5e22a4

Please sign in to comment.