|
|
Manually Installing Enso
From Enso Wiki
Installing Enso on Windows by hand
Instructions
- Download and install Python 2.5 from python.org
- Download and install the Python Windows Extension from their sourceforge home
- Download and install bazaar from here or, here for short.
- Open a cmd.exe window, create and navigate to a folder, where enso is to be installed. (like c:\program files\) You don't need to create a subfolder - see next step.
- In this command window, type
C:\Python25\Scripts\bzr.bat branch https://code.edge.launchpad.net/~communityenso/enso/community-enso A subfolder 'community-enso' will be created and the source files will be downloaded into it.
- cd into that directory; leave the command window open.
- Download the zipped community-enso binaries from enso's home at launchpad
- From the root of the zip file, extract the 'enso' directory into the 'community-enso' directory that was created above. (You maybe asked if you want to merge/overwrite a folder or files - confirm)
- Go back to your command window and type
python -c "import enso; enso.run()"
Potential Problems
|