Try only extracting python folder (#2321)

old-commit-hash: f258366e0c276bec0818286f5aeca1397eb51621
This commit is contained in:
Willem Melching
2020-10-12 13:37:01 +02:00
committed by GitHub
parent b5793a7d44
commit af97e71063
2 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ curl -O http://carla-assets-internal.s3.amazonaws.com/Releases/Linux/$FILE
rm -rf carla_tmp
mkdir -p carla_tmp
cd carla_tmp
tar xvf ../$FILE
tar xvf ../$FILE PythonAPI/
easy_install PythonAPI/carla/dist/carla-0.9.7-py3.5-linux-x86_64.egg || true
cd ..
rm -rf /tmp/$FILE