Skip to content

Commit 43a1632

Browse files
committed
Fix Box2D in fresh install on Ubuntu (#334)
1 parent 6b01b73 commit 43a1632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ conda activate garage
219219
# See https://github.com/openai/gym/issues/100
220220
# See https://github.com/pybox2d/pybox2d/issues/82
221221
pip uninstall -y Box2D Box2D-kengz box2d-py
222-
pip install Box2D
222+
pip install Box2D box2d-py
223223

224224
# We need a MuJoCo key to import mujoco_py
225225
cp ${_arg_mjkey} "${HOME}"/.mujoco/mjkey.txt

0 commit comments

Comments
 (0)