Please, install Virtualenv
Closed this issue · 3 comments
advorkovyy commented
I am running prudentia on vanilla Ubuntu Desktop LTS 12.04 for the first time and getting this:
Please, install Virtualenv.
advorkovyy commented
I used this workaround:
http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu
curl has to be installed first
TizianoPerrucci commented
@advorkovyy correct, you should have installed Virtualenv on your machine. The Readme explains that.
advorkovyy commented
Alternative way to install it:
sudo apt-get python-dev python-pip
sudo pip install virtualenv