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
0
votes
2 answers

pythonbrew does not install python with no output on command line

I'm new to both python, pythonbrew and ubuntu. I need python 2.6 and currently have 2.7 on my ubuntu precise system. Searching online revealed that I should not try to uninstall 2.7 as that would pretty much destroy the OS, but get pythonbrew…
Lidia
  • 2,005
  • 5
  • 25
  • 32
0
votes
0 answers

python 2.7.5 released in May but not recognized by pythonbrew?

pythonbrew failed some months ago to install 2.7.3 due to a weird compiler error that was never resolved. Now I ran pythonbrew cleanup and it failed: OSError: [Errno 13] Permission denied:…
Buoy
  • 795
  • 1
  • 8
  • 13
0
votes
1 answer

brew install gfortran Error: You must `brew link gmp' before gfortran can be installed

I tried installing gfortran using homebrew before I needed to install pythonbrew. I need pythonbrew to install and use the misopy package on my iMac. I keep getting this error when I want to install gfortran: > brew install gfortran Error: You must…
user15736
  • 13
  • 4
0
votes
1 answer

Install multiple python versions

I would like to install several python versions to build SymPy with Sympy-bot in my fedora 18. I came to know that pythonbrew can be used to do that from here. I followed the installation instructions but when I try to install a python version,…
thilinarmtb
  • 239
  • 4
  • 11
0
votes
0 answers

pythonbrew prior-install vs rebuild

I had python2.6 running. I was running an algo forked from scikit-learn; and all dependencies were running. Upon revisiting the project to generate some results, getting module not installed errors. However, I cant find python2.6 at /usr/bin/. I…
syntax
  • 585
  • 1
  • 6
  • 17
0
votes
1 answer

Manage python version in different virtualenv with pythonbrew

My main system python version is 2.7.3. I'm trying to create a virtualenv that uses version 3.3.0. I installed pythonbrew, virtualenv and virtualenvwrapper. I followed this tutorial:…
darksky
  • 20,411
  • 61
  • 165
  • 254
0
votes
1 answer

pythonbrew with mod_wsgi

pythonbrew isn't getting picked up by by mod_wsgi file, config follows: import os import sys import site site.addsitedir('/home/bharal/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages') sys.path.append…
bharal
  • 15,461
  • 36
  • 117
  • 195
0
votes
1 answer

Deactivating pythonbrew from a bash script

I'm trying to deactivate pythonbrew from a bash script. When inside the shell typing pythonbrew off works correctly. In my bash script pythonbrew off is just ignored. when using echo I get: omer@omer-VirtualBox:~/Projects/devenv$ echo $("pythonbrew…
the_drow
  • 18,571
  • 25
  • 126
  • 193
1 2
3