2013年3月28日 星期四

python3

  639  cd src/
  640  ls
  641  /bin/rm -rf Python-3.3.0
  642  tar xvf Python-3.3.0.tgz
  643  cd Python-3.3.0
  644  ls
  645  ./configure
  646  make -j 4
  647  make
  648  ls
  649  more README
  650  make install
  651  ls
  652  pwd
  653  ls
  654  which python
  655  which python3.3
  656  python
  657  python3.3
  658  ls
  659  cd ..
  660  ls
  661  cd matplotlib-1.2.0
  662  ls
  663  cd ..
  664  ls
  665  cd numpy-1.7.0
  666  ls
  667  more INSTALL.txt
  668  /usr/local/bin/python3.3 setup.py build --fcompiler=gnu
  669  f90
  670  apt-get install gfortran
  671  more INSTALL.txt
  672  /usr/local/bin/python3.3 setup.py build --fcompiler=gnu95
  673  ls
  674  cd ..
  675  ls
  676  history
  677  /bin/rm -rf numpy-1.7.0
  678  tar xvf numpy-1.7.0.tar.gz
  679  cd numpy-1.7.0
  680  history
  681  /usr/local/bin/python3.3 setup.py build --fcompiler=gnu95
  682  /usr/local/bin/python3.3 setup.py install
  683  ls
  684  cd ..
  685  ls
  686  /bin/rm -rf scipy-0.11.0
  687  tar xvf scipy-0.11.0.tar.gz
  688  cd scipy-0.11.0
  689  ls
  690  more INSTALL.txt
  691  /usr/local/bin/python3 setup.py install
  692  python3.3
  693  ls
  694  cd ..
  695  ls
  696  /bin/rm -rf matplotlib-1.2.0
  697  tar xvf matplotlib-1.2.0.tar.gz
  698  cd matplotlib-1.2.0
  699  ls
  700  more README.txt
  701  more INSTALL
  702  .
  703  python setup.py build
  704  python setup.py install
  705  ls
  706  cd ..
  707  ls
  708  /bin//rm -rf matplotlib-1.2.0
  709  cd matplotlib-1.2.0.tar.gz
  710  tar xvf matplotlib-1.2.0.tar.gz
  711  cd matplotlib-1.2.0
  712  ls
  713  /usr/local/bin/python3.3 setup.py build
  714  python setup.py install
  715  cd ..
  716  ls
  717  /bin/rm -rf matplotlib-1.2.0
  718  tar xvf matplotlib-1.2.0.tar.gz
  719  cd matplotlib-1.2.0
  720  /usr/local/bin/python3.3 setup.py build
  721  /usr/local/bin/python3.3 setup.py install
  722  ls
  723  cd ..
  724  ls
  725  /bin/rm -rf spyder-2.1.13
  726  unzip spyder-2.1.13.zip
  727  history