bad CPU since I upgraded Catalina
zsh: bad CPU type in executable: pip
MacBook Pro 15", macOS 10.15
zsh: bad CPU type in executable: pip
MacBook Pro 15", macOS 10.15
Bioinformatician wrote:
I am using python 2.7. Is that might be a problem?
https://pythoninhttps://packaging.python.org/tutorials/installing-packages/
*https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
https://packaging.python.org/tutorials/installing-packages/
modhikhamis@Modhis-MBP ~ % /usr/lib/python2.7/site-packages
zsh: no such file or directory: /usr/lib/python2.7/site-packages
modhikhamis@Modhis-MBP ~ % pip install virtualenv
zsh: bad CPU type in executable: pip
Bioinformatician wrote:
zsh: bad CPU type in executable: pip
What is the question?
Use zsh as the default shell on your Mac - https://support.apple.com/en-us/HT208050
I already did. i had the same problem
MacBook-Pro ~ % pip install virtualenv
zsh: bad CPU type in executable: pip
I am using python 2.7. Is that might be a problem?
I still having the same problem even when all the requirement satisfied. do you have any idea what might be wrong?
Bioinformatician wrote:
I already did. i had the same problem
acBook-Pro ~ % pip install virtualenv
zsh: bad CPU type in executable: pip
Well this was what we were waiting for <pip install virtualenv >
Do you have the Python package manager installed?
if not did you try to execute:
python3 -m pip install --user virtualenv
ref: https://pypi.org/project/virtualenv/1.7.1.2/
https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
bad CPU since I upgraded Catalina