Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created January 11, 2010 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdegges/273929 to your computer and use it in GitHub Desktop.
Save rdegges/273929 to your computer and use it in GitHub Desktop.
rdegges@cora:~/Desktop$ tar zxvf pycall-1.2.tar.gz
pycall-1.2/
pycall-1.2/README
pycall-1.2/PKG-INFO
pycall-1.2/setup.py
pycall-1.2/demos/
pycall-1.2/demos/schedule-call.py
pycall-1.2/demos/hello-world.py
pycall-1.2/demos/run-as-user.py
pycall-1.2/demos/variable-passing.py
pycall-1.2/demos/all-settings.py
pycall-1.2/pycall/
pycall-1.2/pycall/callfileexceptions.py
pycall-1.2/pycall/__init__.py
pycall-1.2/pycall/callfile.py
pycall-1.2/LICENSE
rdegges@cora:~/Desktop$ cd pycall-1.2/
rdegges@cora:~/Desktop/pycall-1.2$ sudo python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.6
creating build/lib.linux-i686-2.6/pycall
copying pycall/callfileexceptions.py -> build/lib.linux-i686-2.6/pycall
copying pycall/__init__.py -> build/lib.linux-i686-2.6/pycall
copying pycall/callfile.py -> build/lib.linux-i686-2.6/pycall
running install_lib
running install_egg_info
Removing /usr/local/lib/python2.6/dist-packages/pycall-1.2.egg-info
Writing /usr/local/lib/python2.6/dist-packages/pycall-1.2.egg-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment