Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
2k views

I am struggling to make basic plots in matplotlib. It looks like I'm not installing tkinter correctly, which I understand should be installed from the --with-tcl-tk flag. What could be causing my ...
kilojoules's user avatar
  • 10.2k
0 votes
1 answer
1k views

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's user avatar
  • 9
3 votes
2 answers
6k views

This wtf happens on a Debian, during some dumb pip install, in python3.4.1 Traceback (most recent call last): File "/home/pi/.pythonbrew/pythons/Python-3.4.1/lib/python3.4/tarfile.py", line 1640, ...
Phlip's user avatar
  • 5,350
1 vote
1 answer
1k views

I am running the script with my own user: # from /etc/lighttpd/lighttpd.conf server.document-root = "/opt/app/current/bin/" server.username = "klenwell" fastcgi.server = ( "....
klenwell's user avatar
  • 7,148
0 votes
0 answers
179 views

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 ...
Ennael's user avatar
  • 881
15 votes
3 answers
51k views

I am going through this post Numpy, Scipy, and Pandas - Oh My!, installing some python packages, but got stuck at the line for installing Pandas: pip install -e git+https://github.com/pydata/pandas#...
qAp's user avatar
  • 1,199
2 votes
3 answers
241 views

from this question: Manage python version in different virtualenv with pythonbrew I followed the instructions of the answer and typed in: pythonbrew venv create project1 After doing this, ...
Joe's user avatar
  • 3,210
3 votes
2 answers
566 views

I am currently facing an issue when trying to install Django using pythonbrew. My system is running ubuntu 12.04 (LTS) and I am following these instructions to get django running: http://www....
Joe's user avatar
  • 3,210
0 votes
1 answer
998 views

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 ...
Lidia's user avatar
  • 2,143
0 votes
0 answers
398 views

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: '/Users/...
Buoy's user avatar
  • 855
0 votes
1 answer
2k views

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 ...
user15736's user avatar
3 votes
3 answers
1k views

I recently came across this in a cron script at my place of work: /bin/bash -c "[[ -s $HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pythonbrew/etc/bashrc && pythonbrew use 2.6....
klenwell's user avatar
  • 7,148
3 votes
2 answers
933 views

I'm trying to install python 2.6 with pythonbrew but i received some error while running the command pythonbrew install --configure="--enable-unicode=ucs4" 2.6 I'm running under Archlinux and used ...
cp151's user avatar
  • 197
4 votes
2 answers
12k views

# pythonbrew venv create django1.5 Creating `django1.5` environment into /usr/local/pythonbrew/venvs/Python-2.7.3 Traceback (most recent call last): File "/usr/local/pythonbrew/etc/virtualenv/...
chobo's user avatar
  • 4,892
1 vote
1 answer
427 views

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 ...
yun_man_ger's user avatar
1 vote
1 answer
1k views

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 -...
bharal's user avatar
  • 16.4k
0 votes
1 answer
220 views

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/...
Lai Yu-Hsuan's user avatar
  • 28.3k
0 votes
1 answer
405 views

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 ...
Abhishek Dujari's user avatar
38 votes
5 answers
6k views

I am new to python and I am planning to learn django. I had a bit of experience with ruby (not rails) and I am familiar with RVM however I don't understand the difference between pythonbrew and ...
Jeff's user avatar
  • 13.2k