First, before I install OSQA on my dedicated server at hostgator, I want to know the requirements. I don't want to screw up my server so it's better to ask question first.
I have read a lot of tutorial on the internet regarding Django but I want to clarify something before I proceed.
On my dedicated server I don't use FCGI. Instead I use Mod SuPHP.
i installed python2.6 before in
/ust/local/bin
but now i removed it and installed a new python2.6.4 in
/opt/python2.6
i installed from the article
but on mid way only where they say to check python it says
[root@domain ~]# python
/opt/python2.6/bin/python: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory
but when i op
I have a Python application that is currently installed following Linux Filesystem Standard Hierarchy (FHS).
I am doing maintenance for a python code. Python is installed in /usr/bin, the code installed in /aaa, a python 2.5 installed under /aaa/python2.5. Each time I run Python, it use /usr/bin one. How to make it run /aaa/python2.5?
I was trying to install Python 2.5.4 to my ubuntu 12.04 LTS
I downloaded the package from their website Python 2.5.4 Release and I did everything they told me to, but when trying to "execute" the command:
make install
I get the following error message:
/usr/bin/install -c python /usr/local/bin/python2.5
/usr/bin/install: cannot create regular file `/usr/local/bin/python2.5': Permiss
ion denie
I have installed Python 2.7 but still kept Python 2.4. When I enter the command python, it runs python 2.4 and I want to keep it this way. But how to I set Django to use /usr/local/bin/python2.7 when it runs?
[EDIT]
It is running on Apache with WSGI
I'm new to Linux and am trying to set up Python / Django on my machine! I installed Python 3.3 from the source file and it was compiled into /usr/local/bin.
I am trying to install Python 3.2 and mod_wsgi on my web server, but I am not having much luck.
Yeah, that's my question.
I installed Python 3 (from source) into my home directory, and I want to install NumPy and SciPy on it.
How do I go about it?
I've no idea where to ask this question. If you guys know the right forum, I'll go there.
Thanks.