mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Freebsd's bash is elsewhere, wget necessary, setuptools not found
This commit is contained in:
parent
db2359a30f
commit
f737f00637
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# Usage: ./download-and-extract.sh something.tar.gz https://example.com/something.tar.gz
|
||||
|
||||
archive=$1
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Installs all of the dependencies for Pillow for Freebsd 10.x
|
||||
# for both system Pythons 2.7 and 3.4
|
||||
#
|
||||
sudo pkg install python2 python3 py27-pip py27-virtualenv py27-setuptools27
|
||||
sudo pkg install python2 python3 py27-pip py27-virtualenv wget
|
||||
|
||||
# Openjpeg fails badly using the openjpeg package.
|
||||
# I can't find a python3.4 version of tkinter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# install raqm
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user