mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-12-02 10:47:18 +00:00
fix bash python 2 to 3
This commit is contained in:
parent
a42181a709
commit
7ae0f3c837
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo rm AILENV
|
sudo rm -rf AILENV
|
||||||
sudo mv indexdir old_indexdir_python2
|
sudo mv indexdir old_indexdir_python2
|
||||||
|
|
||||||
./installing_deps.sh
|
./installing_deps.sh
|
||||||
|
|
Loading…
Reference in a new issue