A quick review of how I setup a new python virtual environment so I could run the latest version of Sphinx and build the book from the reST source without messing up my Ubuntu installation:
- make sure the python-virtualenv package is installed
- $ virtualenv --no-site-packages PythonVEone
- $ source PythonVEone/bin/activate
- $ cd PythonVEone
- $ easy_install sphinx
- $ cp -r ../Ubuntu\ One/My\ Files/Projects/Sphinx/thinkcspy2/english2e/ thinkcspy2e
- $ thinkcspy2e
- $ sphinx-build source build
No comments:
Post a Comment