Skip to content

Instantly share code, notes, and snippets.

@edalquist
Created March 6, 2016 03:49
Show Gist options
  • Save edalquist/bfcf6d41e5e615bc643a to your computer and use it in GitHub Desktop.
Save edalquist/bfcf6d41e5e615bc643a to your computer and use it in GitHub Desktop.
edalquist@apollo:~$ curl https://raw.githubusercontent.com/edalquist/syncplay_osx_install/master/install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 748 100 748 0 0 3401 0 --:--:-- --:--:-- --:--:-- 3777
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 19.6M 100 19.6M 0 0 3969k 0 0:00:05 0:00:05 --:--:-- 4337k
PREFIX=/Users/edalquist/miniconda2
installing: _cache-0.0-py27_x0 ...
installing: python-2.7.11-0 ...
installing: conda-env-2.4.5-py27_0 ...
installing: openssl-1.0.2d-0 ...
installing: pycosat-0.6.1-py27_0 ...
installing: pyyaml-3.11-py27_1 ...
installing: readline-6.2-2 ...
installing: requests-2.9.0-py27_0 ...
installing: sqlite-3.8.4.1-1 ...
installing: tk-8.5.18-0 ...
installing: yaml-0.1.6-0 ...
installing: zlib-1.2.8-0 ...
installing: conda-3.19.0-py27_0 ...
installing: pycrypto-2.6.1-py27_0 ...
installing: pip-7.1.2-py27_0 ...
installing: wheel-0.26.0-py27_1 ...
installing: setuptools-18.8.1-py27_0 ...
Python 2.7.11 :: Continuum Analytics, Inc.
creating default environment...
installation finished.
Fetching package metadata: ....
Solving package specifications: ............
Package plan for installation in environment /Users/edalquist/miniconda2/envs/syncplay:
The following packages will be downloaded:
package | build
---------------------------|-----------------
libpng-1.6.17 | 0 184 KB
openssl-1.0.2g | 0 3.0 MB
sqlite-3.9.2 | 0 1.2 MB
freetype-2.5.5 | 0 732 KB
python.app-1.2 | py27_4 7 KB
qt-4.8.7 | 1 39.0 MB
setuptools-20.1.1 | py27_0 368 KB
wheel-0.29.0 | py27_0 81 KB
pip-8.0.3 | py27_0 1.5 MB
shiboken-1.1.2 | py27_0 875 KB
pyside-1.1.2 | py27_1 5.2 MB
------------------------------------------------------------
Total: 52.1 MB
The following NEW packages will be INSTALLED:
freetype: 2.5.5-0
libpng: 1.6.17-0
openssl: 1.0.2g-0
pip: 8.0.3-py27_0
pyside: 1.1.2-py27_1
python: 2.7.11-0
python.app: 1.2-py27_4
qt: 4.8.7-1
readline: 6.2-2
setuptools: 20.1.1-py27_0
shiboken: 1.1.2-py27_0
sqlite: 3.9.2-0
tk: 8.5.18-0
wheel: 0.29.0-py27_0
zlib: 1.2.8-0
Fetching packages ...
libpng-1.6.17- 100% |########################################################################| Time: 0:00:00 509.62 kB/s
openssl-1.0.2g 100% |########################################################################| Time: 0:00:01 3.03 MB/s
sqlite-3.9.2-0 100% |########################################################################| Time: 0:00:01 934.59 kB/s
freetype-2.5.5 100% |########################################################################| Time: 0:00:00 994.53 kB/s
python.app-1.2 100% |########################################################################| Time: 0:00:00 9.57 MB/s
qt-4.8.7-1.tar 100% |########################################################################| Time: 0:00:06 5.90 MB/s
setuptools-20. 100% |########################################################################| Time: 0:00:00 733.87 kB/s
wheel-0.29.0-p 100% |########################################################################| Time: 0:00:00 362.46 kB/s
pip-8.0.3-py27 100% |########################################################################| Time: 0:00:00 1.88 MB/s
shiboken-1.1.2 100% |########################################################################| Time: 0:00:00 1.46 MB/s
pyside-1.1.2-p 100% |########################################################################| Time: 0:00:01 3.90 MB/s
Extracting packages ...
[ COMPLETE ]|###########################################################################################| 100%
Linking packages ...
[ COMPLETE ]|###########################################################################################| 100%
#
# To activate this environment, use:
# $ source activate syncplay
#
# To deactivate this environment, use:
# $ source deactivate
#
discarding /Users/edalquist/miniconda2/bin from PATH
prepending /Users/edalquist/miniconda2/envs/syncplay/bin to PATH
Fetching package metadata: ....
Solving package specifications: ........
# All requested packages already installed.
# packages in environment at /Users/edalquist/miniconda2/envs/syncplay:
#
qt 4.8.7 1
Collecting twisted
Collecting zope.interface>=3.6.0 (from twisted)
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./miniconda2/envs/syncplay/lib/python2.7/site-packages/setuptools-20.1.1-py2.7.egg (from zope.interface>=3.6.0->twisted)
Installing collected packages: zope.interface, twisted
Successfully installed twisted-15.5.0 zope.interface-4.1.3
Cloning into 'syncplay'...
remote: Counting objects: 6475, done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 6475 (delta 10), reused 0 (delta 0), pack-reused 6446
Receiving objects: 100% (6475/6475), 10.86 MiB | 2.80 MiB/s, done.
Resolving deltas: 100% (4374/4374), done.
Checking connectivity... done.
Please Close VLC After it Opens
edalquist@apollo:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment