We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede1bca commit 4a94552Copy full SHA for 4a94552
bin/install
@@ -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