mirror of https://github.com/CIRCL/AIL-framework
fix bash python 2 to 3
parent
a42181a709
commit
7ae0f3c837
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo rm AILENV
|
||||
sudo rm -rf AILENV
|
||||
sudo mv indexdir old_indexdir_python2
|
||||
|
||||
./installing_deps.sh
|
||||
|
|
Loading…
Reference in New Issue