Re-blogged from Eddie Welker I started with a –no-site-packages virtualenv, so as not to use (or more importantly depend) on any of the global site-packages. Ok, cool. 1$ virtualenv –no-site-packages myEnv First, I needed to install the python developer tools. [...]
Latest Post
Ubuntu (10.04 LTS) server new website setup: the useful commands
Add a group & user 12$ groupadd my_group $ useradd my_username -d /var/www/my_folder Then add the user to the group 1usermod -G my_group my_username Helpers Get a list of all existing users: $ cat /etc/passwd | cut -d: -f1 Get a [...]


