Skip to content

Commit

Permalink
chore(na): update app dev to use python3 (#1748)
Browse files Browse the repository at this point in the history
* chore(na): update app dev to use python3

* bump dev couchdb to v 3.4.2

* reverting couch2 upgrade - still needed for cht 3.x - sorry!
  • Loading branch information
mrjones-plip authored Jan 26, 2025
1 parent 7480281 commit 81fd389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/contribute/code/core/dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _(Node {{< param nodeVersion >}} is the environment used to run the CHT server i
{{< tabpane persist=false lang=shell >}}
{{< tab header="Linux (Ubuntu)" >}}
sudo apt update && sudo apt -y dist-upgrade
sudo apt -y install xsltproc curl uidmap jq python2 git make g++
sudo apt -y install xsltproc curl uidmap jq python3 git make g++
# Use NVM to install NodeJS:
export nvm_version=`curl -s https://api.github.com/repos/nvm-sh/nvm/releases/latest | jq -r .name`
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/$nvm_version/install.sh | $SHELL
Expand Down

0 comments on commit 81fd389

Please sign in to comment.