Questions tagged [pythonbrew]

pythonbrew is a program to automate the building and installation of Python in the users $HOME.

pythonbrew is a program to automate the building and installation of Python in the users $HOME.

https://github.com/utahta/pythonbrew

38 questions
1
vote
0 answers

Getting a python module to work with Python after installing module (and not re-installing python)

I suppose this would apply to anyone using tools like: virtualenv, virtualenvwrapper, pythonbrew, pyenv, etc. Let me give the use-case. I am using pythonbrew. I want to create a venv, but I get an Import Error saying that there is no "zlib". So what…
Joe
  • 3,120
  • 3
  • 25
  • 30
1
vote
1 answer

Pythonbrew cant install python 3.3?

I have installed multiple python versions using "pythonbrew install ". However, For python 3.3, I get the message : ERROR: Unknown python version: `Python-3.3` Is there a different sub version i need to specify? Please help.
Kevin
  • 566
  • 2
  • 5
  • 13
1
vote
1 answer

Cron & Virtualenv : Cron does not run a python script that requires a virtualenv

EDIT 2 27/06/2013: The problem was a silly mistake unrelated to venv and cron. Running venv from cron with the same user that created the venv works great using the activate desscribed below. EDIT 25/06/2013: Since nohup.out is unchanged after the…
Antoine Brunel
  • 1,065
  • 2
  • 14
  • 30
1
vote
4 answers

Pythonbrew install ZSH on Ubuntu

Can anyone shed any light on how to have pythonbrew / pythonz install when my shell is ZSH. I am on ubuntu 12.04. I have followed the standard install of curl and then adding the line to ~/.bashrc but it will return an unknown command in a new zsh…
sayth
  • 6,696
  • 12
  • 58
  • 100
1
vote
1 answer

Is it possible to relocate pythonbrew

I am trying to create a debian package containing customly built python using pythonbrew. The compilation and debian construction is successfull. The problem is that when I install the package on other machine some modules does not work. For…
yun_man_ger
  • 243
  • 1
  • 3
  • 10
1
vote
1 answer

pythonbrew no longer there

so i installed pythonbrew on my ubuntuo 11.04 the other day - yesterday, actually - and now i cannot "find" it. Where before i would switch to 2.7.2, now all my requests for pythonbrew end in errors - pythonbrew: command not found What did i do…
bharal
  • 15,461
  • 36
  • 117
  • 195
0
votes
1 answer

Use interactive python in pythonbrew

I installed pythonbrew and then switch to python3.2. $pythonbrew install 3.2 $pythonbrew switch 3.2 Then I found I couldn't run python interactively: $python Usage: /home/raincole/.pythonbrew/pythons/Python-3.2/bin/python…
Lai Yu-Hsuan
  • 27,509
  • 28
  • 97
  • 164
0
votes
1 answer

how to install additional python packages with pythonbrew

I am using pythonbrew to install 2.7.2 on my CentOS. It has worked before but this time on a separate clean system I am running into an issue. After installing pythonbrew (which I had to --force since it complained in make test about distutils) I…
Abhishek Dujari
  • 2,343
  • 33
  • 43
0
votes
2 answers

Cannot import pygtk in pythonbrew after manual install

Since it is impossible to install pygtk via pip I tried to install it manually. I downloaded the source tar from pypi and ran ./configure --prefix=/home/user/.pythonbrew/pythons/Python-2.7.2 make make install It installed alright, e.g. pygtk-demo…
musiKk
  • 14,751
  • 4
  • 55
  • 82
0
votes
1 answer

PYTHONBREW: numpy installed but package not found

I have some pyhton-scripts which are working perfectly on my local computer, but as you would guess, not so good on the server! I wanted to use "pythonbrew" since at the server I have only Python 2.7.6 installed, but I need hdf5-package running ...…
firefly2517
  • 115
  • 2
  • 15
0
votes
1 answer

Is there a terminal command to find the path of libraries I installed with "brew install"?

Is there a terminal command to see the location of libraries I installed with brew install? I know they are in /usr/local, but I would like to see the whole path. Thanks!
Jovan
  • 9
  • 1
  • 6
0
votes
0 answers

Can I specify a target location for my virtual environment with pythonbrew?

When I do this: pythonbrew venv create proj pythonbrew venv list pythonbrew venv use proj a new virtual environment is installed to my ~/.pythonbrew/venvs/Python-2.7.3 directory, where it puts all my other virtual environments as well. Is there a…
Ennael
  • 861
  • 3
  • 14
  • 31
0
votes
1 answer

Pythonbrew can't build python 2.6

I've tried to install python from pythonbrew as the tutorial for SublimeClang told me. I've executed the command sudo ./pythonbrew install --configure="--enable-unicode=ucs4" 2.6 (tried both with and without sudo). It says to check logs/build.log. I…
ionagamed
  • 537
  • 6
  • 17
0
votes
1 answer

Using Ansible, how can I install PythonBrew system-wide?

I'm trying to create a playbook with Ansible (v 1.3.3) to install Pythonbrew system-wide on a Debian server following the instructions in the Pythonbrew readme file. I am able to get Pythonbrew installed but I cannot install the specific version of…
klenwell
  • 6,978
  • 4
  • 45
  • 84
0
votes
1 answer

How to pass proxy to pythonbrew for downloading setuptools?

I installed pythonbrew on an ubuntu precise system. Had some issues using proxy during the installation (see an earlier post). Now I'm able to install different versions of python and switch between them, however setuptools is not installed during…
Lidia
  • 2,005
  • 5
  • 25
  • 32