diff options
| -rwxr-xr-x | pkg/postmkvenv.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pkg/postmkvenv.sh b/pkg/postmkvenv.sh index 04f8d372..9c6debe8 100755 --- a/pkg/postmkvenv.sh +++ b/pkg/postmkvenv.sh @@ -27,7 +27,7 @@ LIB_VIRTUALENV_PATH=$(python -c "$GET_PYTHON_LIB_CMD")  if [[ $platform == 'linux' ]]; then      LIB_SYSTEM_PATH=$(${VAR[-1]} -c "$GET_PYTHON_LIB_CMD")  elif [[ $platform == 'darwin' ]]; then -    LIB_SYSTEM_PATH=$(/opt/local/bin/python2.6 -c "$GET_PYTHON_LIB_CMD") +    LIB_SYSTEM_PATH=$(python -c "$GET_PYTHON_LIB_CMD")  else      echo "unsupported platform; not doing symlinks"  fi | 
