homebrew

Compiling clisp-2.49 on OSX : LIBFFI not found

限于喜欢 提交于 2020-01-03 09:08:14
问题 TL;DR : Even if libffi seems installed, the configure script doesn't find it even if I give it the (correct?) prefix. /!\ The last part (*) of this post is where I'm stuck. /!\ I only put the other information to explain how I get there. I apologize for the big post, if something seems irrelevant to you, feel free to tell me, I'll consider making my post shorter. Why I want to compile CLISP by myself : I have a lisp programm I would like to run but when running it with CLISP installed with

virtualenv: command not found after installed with Pip on Mac [duplicate]

被刻印的时光 ゝ 提交于 2020-01-03 08:15:13
问题 This question already has answers here : Pip packages not found - Brewed Python (3 answers) Closed 5 years ago . I am trying to install VirtualEnv on my Mac. I have installed Python and Pip with brew. After running pip install virtualenv When I try to use it I am getting: bash: "virtualenv: command not found" I am unsure where virtualenv has been installed. My PATH environment variable contains: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin I am using: Mac Os 10.7.5

virtualenv: command not found after installed with Pip on Mac [duplicate]

血红的双手。 提交于 2020-01-03 08:15:10
问题 This question already has answers here : Pip packages not found - Brewed Python (3 answers) Closed 5 years ago . I am trying to install VirtualEnv on my Mac. I have installed Python and Pip with brew. After running pip install virtualenv When I try to use it I am getting: bash: "virtualenv: command not found" I am unsure where virtualenv has been installed. My PATH environment variable contains: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin I am using: Mac Os 10.7.5

Does PostgreSQL exist on OS X Mavericks?

余生长醉 提交于 2020-01-03 08:09:05
问题 I knew there was a version of PostgreSQL installed on OS X Mountain Lion and if you want to work with this database engine you must install a new version and make some changes (http://nextmarvel.net/blog/2011/09/brew-install-postgresql-on-os-x-lion /). I didn't do this at that time because it was not necessary for me. Now I have my Mac with OS X Mavericks (clean install) and if I run psql -- version as can be seen in this article (http://russbrooks.com/2010/11/25/install-postgresql-9-on-os-x)

The post-install step did not complete successfully MySQL Mac OS Sierra

半世苍凉 提交于 2020-01-03 07:28:36
问题 [(pyEnv) Anants-MacBook-Pro:litibackend anantchandra$ brew postinstall mysql ==> Postinstalling mysql ==> /usr/local/Cellar/mysql/8.0.11/bin/mysqld --initialize-insecure --user=anantchandra --basedir=/usr/local/Cellar/mysql/8.0.11 --datadir=/usr/local/var/mysql --tmpdir=/tmp Last 15 lines from /Users/anantchandra/Library/Logs/Homebrew/mysql/post_install.01.mysqld: 2018-06-15 04:41:04 -0700 /usr/local/Cellar/mysql/8.0.11/bin/mysqld --initialize-insecure --user=anantchandra --basedir=/usr/local

Curl 'certificate verification failed' on mac

随声附和 提交于 2020-01-03 03:46:05
问题 On the Mac, brew install something (chromedriver in this case), yields: curl: (51) SSL: certificate verification failed (result: 5) Error: Failed to download resource "chromedriver" Download failed: https://chromedriver.storage.googleapis.com/2.22/chromedriver_mac32.zip Que pasa? 回答1: Env var SSL_CERT_FILE was set to something by some other tool previously. This ... export SSL_CERT_FILE="" brew install something ... fixes the problem 来源: https://stackoverflow.com/questions/38737490/curl

Can't reinstall or uninstall Homebrew after blowing away contents of /usr/local/bin

£可爱£侵袭症+ 提交于 2020-01-02 20:43:54
问题 I removed ALL content from /usr/local/bin folder (including 'brew'). Homebrew isn't working anymore and I seem to be stuck in a limbo. When I try to install it says: It appears Homebrew is already installed. If your intent is to reinstall you should do the following before running this installer again: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)" When I run the given uninstall command it says: Failed to locate Homebrew! Background The problem

Cannot create dylib for distribution that works on OS X 10.5 (building in 10.6 environment)

流过昼夜 提交于 2020-01-02 17:13:11
问题 I'm trying to distribute cairo (1.10.2) with my application. I can create the necessarily dylibs using Homebrew but they are dependent on versions of other dynamic libraries that aren't present in OS X 10.5 (libfontconfig, libfreetype, and others located primarily in /usr/X11/lib ). I assume to solve this I want it to be using the dylibs in /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib rather than the libraries in /usr/X11/lib . I've tried anything I could find for targeting cairo against the 10

MacOS - automake: command not found

谁说胖子不能爱 提交于 2020-01-02 10:06:05
问题 I am trying to install automake on MacOS using brew . From terminal I write, brew install automake says Warning: automake-1.15 already installed . When I then try automake version it responds -bash: automake: command not found . I am using OS X El Capitan. $ automake version -bash: automake: command not found $ brew install automake Warning: automake-1.15 already installed $ automake version -bash: automake: command not found 回答1: The solution had to do with brew having failed to link the

How to install Python25 on my mac with Homebrew

拜拜、爱过 提交于 2020-01-02 07:10:26
问题 I'm new to Mac's and Python. I want to install an older version of Python (2.5) on to the Mac (OS X 10.8.1). I'm using homebrew as it's newer than MacPorts and I don't know enough to choose between them. Following instructions I have installed Rails, mySQL, budle, pow - all sorts of stuff, but when I use the same technique to install python 2.5 it doesn't work. I tried: Axolotl:.pow neil$ brew search python25 homebrew/versions/python25 Axolotl:.pow neil$ brew install python25 Error: No