Dumb question time: Can I install a source download like to this a
virtualenv? I figured running 'setup.py install' using the
'python.exe' within the virtual env might do it, but no joy thus far.
I'm on Windows today, and it's doing this:
> virtualenv ve
New python executable in ve\Scripts
\python.exe
Installing
setuptools..............done.
> ve\Scripts\activate.bat
(ve) > ve\Scripts\python.exe ..\pyglet-1.1.4\setup.py
install
running
install
running
build
running
build_py
error: package directory 'pyglet' does not
exist
On Nov 2, 4:28 am, Ben Smith <
benjamin.coder.sm...@gmail.com> wrote:
> Sure is!
>
>
http://code.google.com/p/pyglet/source/browse/tags/pyglet-1.1.4-rc1/C...