Install steps for virtualenvwrapper on Mac OS X using Homebrew.
If you haven't already installed Python, please do so:
brew update && brew reinstall python
Optionally, if you want to work with the latest version of Python:
sudo apt-get -y install build-essential checkinstall zlib1g-dev | |
git clone --depth 1 --branch OpenSSL_1_1_1k https://github.com/openssl/openssl.git | |
cd openssl | |
./config zlib '-Wl,-rpath,$(LIBRPATH)' | |
make | |
make test | |
sudo make install | |
sudo ldconfig -v |
"spec" Reporter: | |
------------------------------------------------------------------ | |
[chrome 73.0 macOS 10.14 #0-0] Spec: /Users/rolandjitsu/Projects/wdio-sl/e2e/next.spec.js | |
[chrome 73.0 macOS 10.14 #0-0] Running: chrome (v73.0) on macOS 10.14 | |
[chrome 73.0 macOS 10.14 #0-0] | |
[chrome 73.0 macOS 10.14 #0-0] next.js integration | |
[chrome 73.0 macOS 10.14 #0-0] ✖ should work | |
[chrome 73.0 macOS 10.14 #0-0] | |
[chrome 73.0 macOS 10.14 #0-0] 1 failing (5.8s) |
Install steps for virtualenvwrapper on Mac OS X using Homebrew.
If you haven't already installed Python, please do so:
brew update && brew reinstall python
Optionally, if you want to work with the latest version of Python:
Install steps for Apache Spark on Mac OS X using Homebrew.
Download and install it from oracle.com, then add following code to your .bash_profile
, .zshrc
, etc.:
# Apache Spark
if which java > /dev/null; then export JAVA_HOME=$(/usr/libexec/java_home); fi