Skip to content

Commit

Permalink
TB fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Oct 12, 2024
1 parent 080f8ba commit 991920f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jarvis_leaderboard/installations/ES/tb3py_linux_conda_colab.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

conda install conda-forge::julia -y --quiet
julia -e 'using Pkg; pkg"add '$PKG'; precompile;"' &> /dev/null
julia -e 'using Pkg; Pkg.add(url = "https://github.com/usnistgov/ThreeBodyTB.jl")' &> /dev/null
julia -e 'using Pkg; Pkg.add("Plot")' &> /dev/null
pip install -q jarvis-tools
#conda install conda-forge::julia -y --quiet
#julia -e 'using Pkg; pkg"add '$PKG'; precompile;"' &> /dev/null
#julia -e 'using Pkg; Pkg.add(url = "https://github.com/usnistgov/ThreeBodyTB.jl")' &> /dev/null
#julia -e 'using Pkg; Pkg.add("Plot")' &> /dev/null
#pip install -q jarvis-tools
# Example: https://colab.research.google.com/github/knc6/jarvis-tools-notebooks/blob/master/jarvis-tools-notebooks/tb3py.ipynb

0 comments on commit 991920f

Please sign in to comment.