Skip to content

Commit fa6ab9e

Browse files
committed
Fix Linux/MacOS installer
1 parent 107ae1e commit fa6ab9e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

installers/install_cnapy_here.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ chmod +x "${BIN_FOLDER}/micromamba"
5757

5858
cat << 'EOF' > ./cnapy-${CNAPY_VERSION}/run_cnapy.sh
5959
#!/bin/bash
60-
CNAPY_VERSION=1.2.2
61-
./micromamba run -p ./cnapy-environment -r ./cnapy
60+
61+
# Add CPLEX variable here, e.g.
62+
# export PYTHONPATH=/path_to_cplex/cplex/python/3.10/x86-64_linux
63+
64+
./micromamba run -p ./cnapy-environment cnapy
6265
EOF
6366

6467
# Make the shell script executable

0 commit comments

Comments
 (0)