Add a separate script for installing Pipenv
This commit is contained in:
parent
35a2c5cae8
commit
49277ad2bf
3 changed files with 3 additions and 1 deletions
2
scripts/Common/Software/Pipenv/install.sh
Executable file
2
scripts/Common/Software/Pipenv/install.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo apt install -y python3 python-is-python3 python3-pip;
|
|
@ -1,3 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo apt install -y python3 python-is-python3 python3-pip;
|
||||
sudo pip install pipenv;
|
||||
|
|
|
@ -23,6 +23,7 @@ source "../../Debian/Software/Visual Studio Code/install.sh";
|
|||
source "../../Common/Software/Node.js/install.sh";
|
||||
source "../../Debian/Software/Python/install.sh";
|
||||
source "../../Common/Software/pyenv/install.sh";
|
||||
source "../../Common/Software/pipenv/install.sh";
|
||||
source "../../Common/Software/tea/install.sh";
|
||||
source "../../Common/Software/Godot/install.sh";
|
||||
source "../../Debian/Software/Virtual Machine Manager/install.sh";
|
||||
|
|
Loading…
Reference in a new issue