~christopher-hunt08/maus/maus_scifi_recon_devel

« back to all changes in this revision

Viewing changes to third_party/bash/10setuptools.bash

  • Committer: Christopher Hunt
  • Date: 2015-12-14 08:48:38 UTC
  • mfrom: (697.47.179 cctag_corr)
  • Revision ID: christopher.hunt08@imperial.ac.uk-20151214084838-wjl32e152yx3ks1j
MAUS Merg Remerged

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
filename=${directory}-py2.7.egg
5
5
url=http://pypi.python.org/packages/2.7/s/setuptools/${filename}
6
6
 
 
7
echo
 
8
echo 'INFO: Installing third party library Python Setup Tools 0.6c11'
 
9
echo '--------------------------------------------------------------'
 
10
echo
 
11
 
7
12
my_prefix=/install
8
13
my_destdir=${MAUS_ROOT_DIR}/third_party
9
14