Skip to content

Commit 4a94552

Browse files
committed
Add script install
1 parent ede1bca commit 4a94552

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bin/install

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
if [[ $(basename $(pwd)) == "bin" ]]; then
4+
cd ..
5+
fi
6+
7+
export JULIA_PKG_SERVER_REGISTRY_PREFERENCE=eager
8+
9+
julia -e 'using Pkg; Pkg.add("TestEnv"); Pkg.add("ControlPlots")'
10+

0 commit comments

Comments
 (0)