MOS-dump: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springenEnki (Diskussion | Beiträge) |
C3o (Diskussion | Beiträge) (+kat: metalab os) |
||
Zeile 25: | Zeile 25: | ||
111 history | tail -25 | 111 history | tail -25 | ||
− | Python 2.4.3 (#2, Apr 27 2006, 14:43:58) | + | Python 2.4.3 (#2, Apr 27 2006, 14:43:58) |
− | [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 | + | [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 |
− | Type "help", "copyright", "credits" or "license" for more information. | + | Type "help", "copyright", "credits" or "license" for more information. |
− | >>> import django | + | >>> import django |
− | >>> | + | >>> |
+ | |||
+ | [[Kategorie:Metalab OS]] |
Aktuelle Version vom 14. Juli 2006, 21:58 Uhr
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 >>>