Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-06-15 Thread Kurtis Mullins
Honestly, if your host doesn't provide those services out of the box -- you might have better luck going with a different hosting provider. I would choose a cheap VPS or Cloud Server if I were you. On Fri, Jun 15, 2012 at 4:18 PM, Dan Santos wrote: > Hi darwin, > > Sorry for the late reply. Tha

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-06-15 Thread Dan Santos
Hi darwin, Sorry for the late reply. Thanks for your new instructions. I'm currently stuck at step 1 because my wehost hasn't included important commands and packages such as: * uname * make * gcc (package) So I will try to discuss with my webhost this week to see if they can enable those comm

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-25 Thread darwin31
I forgot to say something important. In order to make such changes permanent you will need to insert in the END of you ~/.bash_profile the following commands: export WORKON_HOME=~/Envs source ~/python/bin/virtualenvwrapper.sh Em sábado, 12 de maio de 2012 07h29min39s UTC-3, Dan Santos escreveu

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-24 Thread darwin31
Hi, Dan Yes you can do it. First of all you will need to install a new version of Python in a folder that do not require admin permissions to write files. 1) Follow this tutorial to accomplish this first step (New python install on a shared host

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-12 Thread Alec Taylor
You'll need the relevant C library (zlib) Or there is certainly a deb or rpm for it On Sat, May 12, 2012 at 9:14 PM, Dan Santos wrote: > Thanks for the tips they will come in handy in the future! :) > > It seems like my web host did a kernel update or something and then gcc > disappeared becau

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-12 Thread Dan Santos
Thanks for the tips they will come in handy in the future! :) It seems like my web host did a kernel update or something and then gcc disappeared because it worked before. But they have fixed that problem now. So here's my real problem. dan@debian:~$ *cat .bash_aliases * alias py27='/home/da

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-12 Thread Alec Taylor
Without gcc you can't do anything yourself. Extract the binary out of the Python package for your platform Alternatively I think this has a Python interpreter: http://portablelinuxapps.org/development/wireshark Might be only 2.6 though... On Sat, May 12, 2012 at 8:29 PM, Dan Santos wrote: >