loomnetwork / plasma-cash

Plasma Cash Contract & Client. ERC721, ERC20, and ETH compatible
https://loomx.io/developers
Other
271 stars 62 forks source link

The path /usr/bin/python3.6 (from --python=/usr/bin/python3.6) does not exist #128

Closed ghost closed 6 years ago

ghost commented 6 years ago

This is NOT possible to install python3 into /usr/bin/python3.x on Mac OS X El Capitan anymore as from then on System Integrity Protection prevents that.

my solution is to use the library frameworks path

$ which python3
/Library/Frameworks/Python.framework/Versions/3.5/bin/python3

then run below

mkvirtualenv erc721plasma --python=/Library/Frameworks/Python.framework/Versions/3.6/bin/python3
gakonst commented 6 years ago

Closing as python is no longer in the repo