409
edits
| Line 56: | Line 56: | ||
To create a new virtualenv you would do mkvirtualenv projecta –no-site-packages. “projecta” would be the name of the project you are using | To create a new virtualenv you would do mkvirtualenv projecta –no-site-packages. “projecta” would be the name of the project you are using | ||
workon projecta | workon projecta | ||
install libraries needed in the relevant virtualenv so that you don’t pollute your environment. If something goes wrong you can delete the virtualenv without breaking your machine | install libraries needed in the relevant virtualenv so that you don’t pollute your environment. | ||
If something goes wrong you can delete the virtualenv without breaking your machine | |||
The basic install process is well documented on : [https://developer.mozilla.org/en/Mozmill Mozilla Developer] | The basic install process is well documented on : [https://developer.mozilla.org/en/Mozmill Mozilla Developer] | ||
edits