MOS-dump

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
  87  ls
  88  svn co http://code.djangoproject.com/svn/django/trunk/
  89  sudo -s chown enki. .
  90  sudo chown enki. .
  91  ls
  92  svn co http://code.djangoproject.com/svn/django/trunk/
  93  mv trunk/ Django
  94  cd Django/
  95  ls
  96  sudo -s
  97  ls
  98  python ez_setup.py
  99  sudo python ez_setup.py
 100  sudo python setup.py bdist_egg
 101  cd dist/
 102  ls
 103  sudo easy_install Django-0.95-py2.4.egg
 104  cd ..
 105  ls /usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/
 106* ls /usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/
 107  ls
 108  cd
 109  python
 110  history | tail -100
 111  history | tail -25
 Python 2.4.3 (#2, Apr 27 2006, 14:43:58)
 [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import django
 >>>