1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.travis/py34.sh
2014-03-23 15:25:43 +01:00

5 lines
110 B
Bash
Executable file

#!/bin/sh
sudo add-apt-repository -y ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.4