5 lines
150 B
Bash
Executable file
5 lines
150 B
Bash
Executable file
#!/bin/bash
|
|
mps kur python
|
|
curl https://bootstrap.pypa.io/get-pip.py | python -
|
|
mps kur python3
|
|
curl https://bootstrap.pypa.io/get-pip.py | python3 -
|