mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
add bash python 2 to 3
This commit is contained in:
parent
ae8f575879
commit
a42181a709
1 changed files with 6 additions and 0 deletions
6
python3_upgrade.sh
Executable file
6
python3_upgrade.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo rm AILENV
|
||||
sudo mv indexdir old_indexdir_python2
|
||||
|
||||
./installing_deps.sh
|
Loading…
Reference in a new issue