Skip to content

Commit

Permalink
Adagios fix sqlite on VM
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Apr 3, 2024
1 parent 458554d commit a6fc00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/038-python
Expand Up @@ -7,7 +7,7 @@ if [[ ! -e /usr/lib/python3.9 ]]; then
wget https://www.python.org/ftp/python/3.9.2/Python-3.9.2.tgz
tar xzvf Python-3.9.2.tgz
cd Python-3.9.2
./configure --enable-optimizations --prefix=/usr/lib/python3.9
./configure --enable-optimizations --enable-loadable-sqlite-extensions --prefix=/usr/lib/python3.9
make
make install
fi
Expand Down
1 change: 1 addition & 0 deletions build/180-adagios
Expand Up @@ -31,6 +31,7 @@ apt-get install -y python3-dev
apt-get install -y python3-paramiko
apt-get install -y python3-venv
apt-get install -y libsqlite3-dev
apt-get install -y sqlite3

# Ensure update-alternatives is configured with Python 3.9
/root/nems/nems-admin/build/038-python
Expand Down

0 comments on commit a6fc00e

Please sign in to comment.