I did a sudo easy-install pip which installed pip for python. However, I am unable to use it for pypy.
I did a ./pypy -m ensurepip which worked on another Mac (El Capitan) but not on the one I need to get working. The error I get is as such:
dyId: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /Users/actlab/Downloads...../libpypy-c.dylib Reason: Image not found fish: './pypy -m ensurepip' terminated by signal SIGABRT (Abort)
Any assistance would be highly appreciated! It is a major project and its due in March. I have been working on a personal pc all this while and now need it to run on the main server which has led to me all these error.