Pinax 0.9a1 on Ubuntu 10.04

22 views
Skip to first unread message

Alexander

unread,
Aug 22, 2010, 10:20:35 AM8/22/10
to Pinax Users
Has anyone tried to install Pinax 0.9a1 on Ubuntu 10.04?
I ran

sudo pip install Pinax

just like on http://pinaxproject.com/download/ page is said.
The installation completed successfully, but when i try

pinax-admin setup_project -b basic mysite

it responds with this message:

You are using an older version of pip. Please upgrade pip to 0.7+
(which ships with virtualenv 1.4.7+)

I downloaded the latest (1.4.9) version of virtualenv from
http://pypi.python.org/pypi/virtualenv and installed it but it did not
help:

$ virtualenv --version
1.4.9
$ pinax-admin setup_project -b basic mysite
You are using an older version of pip. Please upgrade pip to 0.7+
(which ships with virtualenv 1.4.7+)

Any ideas how to fix it?

Casey W. Stark

unread,
Aug 22, 2010, 3:12:05 PM8/22/10
to pinax...@googlegroups.com
Did you setup a virtualenv first and install Pinax in it?

You shouldn't have to sudo for pip. I don't know the details, but it sounds like that could be messing with your environment too.

Try...
mkvirtualenv project
pip install Pinax
then your setup_project




--
You received this message because you are subscribed to the Google Groups "Pinax Users" group.
To post to this group, send email to pinax...@googlegroups.com.
To unsubscribe from this group, send email to pinax-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinax-users?hl=en.


Markus Gattol

unread,
Aug 22, 2010, 4:32:06 PM8/22/10
to pinax...@googlegroups.com
well, the most important thing here would be to "activate" the virtual
environment. People tend to forget that a lot.

http://www.markus-gattol.name/ws/python.html#using_virtualenv

Casey W. Stark

unread,
Aug 22, 2010, 5:40:48 PM8/22/10
to pinax...@googlegroups.com
Oh I just assumed he is using virtualenvwrapper anyway. I don't know why you would use virtualenv alone.



Alexander

unread,
Aug 23, 2010, 1:02:05 AM8/23/10
to Pinax Users
Thanks for your answers.
You are right - i did not setup a virtual environment before
installing Pinax. After installing it in virtualenv everything seems
to work fine.
Reply all
Reply to author
Forward
0 new messages