mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 15:57:16 +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
|
||||
|
||||
sudo rm AILENV
|
||||
sudo rm -rf AILENV
|
||||
sudo mv indexdir old_indexdir_python2
|
||||
|
||||
./installing_deps.sh
|
||||
|
|
Loading…
Reference in a new issue