UPDATE: This is no longer necessary with Python3.4. It installs pip3 as part of the stock install.
I ended up posting this same question on the python mailing list, and got the following answer:
# download and install setuptools curl -O https://bootstrap.pypa.io/ez_setup.py python3 ez_setup.py # download and install pip curl -O https://bootstrap.pypa.io/get-pip.py python3 get-pip.py
Which solved my question perfectly. After adding the following for my own:
cd /usr/local/bin ln -s ../../../Library/Frameworks/Python.framework/Versions/3.3/bin/pip pip
So that I could run pip directly, I was able to:
# use pip to install pip install pyserial
or:
# Don't want it? pip uninstall pyserial
Related Posts:
- pip or pip3 to install packages for Python 3?
- Updating Python on Mac
- boto3 python 2.7 ImportError: No module named boto3 USER_BASE USER_SITE site packages doesn’t exist
- Python can’t find module NLTK
- How to install pip with Python 3?
- bash: pip: command not found
- bash: pip: command not found
- How to uninstall a package installed with pip install –user
- How to uninstall pip on OSX?
- ImportError: No module named pip
- ImportError: No module named pip
- How do I install pip on macOS or OS X?
- Pip freeze vs. pip list
- How do I install pip on macOS or OS X?
- How can I run python in terminal on a mac?
- How to install python3 version of package via pip on Ubuntu?
- Could not install packages due to an EnvironmentError:
- Could not find a version that satisfies the requirement tensorflow
- Could not find a version that satisfies the requirement tensorflow
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?
- How do I upgrade to Python 3.6 with conda?
- Can’t fix “zipimport.ZipImportError: can’t decompress data; zlib not available” when I type in “python3.6 get-pip.py”
- import opencv vs import cv2
- How to change default Python version?
- ImportError: No module named sklearn (Python)
- bash: pip: command not found
- How to change default Python version?
- How to install pip3 on Windows?
- What version of Python is on my Mac?
- ModuleNotFoundError: No module named ‘matplotlib’
- How can I install Python’s pip3 on my Mac?
- What is the purpose of “pip install –user …”?
- ‘pip3’ is not recognized as an internal or external command, operable program or batch file
- How can I install Python’s pip3 on my Mac?
- How can I install a previous version of Python 3 in macOS using homebrew?
- python mpl_toolkits installation issue
- Pipenv: Command Not Found
- Pip – Fatal error in launcher: Unable to create process using ‘”‘
- ImportError: No module named ‘yaml’
- matplotlib: RuntimeError: Python is not installed as a framework
- Django Rest Framework — no module named rest_framework
- Python: source code string cannot contain null bytes
- pip throws TypeError: parse() got an unexpected keyword argument ‘transport_encoding’ when trying to install new packages
- Printing subscript in python
- Could not install packages due to an EnvironmentError: [Errno 13]
- Kill a python process
- Tkinter error: Couldn’t recognize data in image file
- How to install Openpyxl with pip
- How to install NumPy for Python 3.6
- Pip install on Mac OS gets error: command ‘/usr/bin/clang’ failed with exit code 1
- How to install PyQt4 on Windows using pip?
- How do I install pip on macOS or OS X?
- How to install PyQt4 on Windows using pip?
- Use Gif Logo For Loading Screen In Kivy
- How can I make a time delay in Python? [duplicate]
- Python – TypeError: ‘int’ object is not iterable
- How do I update\upgrade pip itself from inside my virtual environment?
- Python: ‘ModuleNotFoundError’ when trying to import module from imported package
- How do I use raw_input in Python 3
- Could not install packages due to a “Environment error :[error 13]: permission denied : ‘usr/local/bin/f2py'”
- pip/python: normal site-packages is not writeable
- Xcode is not currently available from the Software Update server
- Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch
- Python Error: AttributeError: __enter__ [duplicate]
- Is #include
bad practice? - filedialog, tkinter and opening files
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- How to upgrade pip3?
- TypeError: cannot convert the series to
- ‘End of statement expected’ in pycharm
- Change figure size and figure format in matplotlib
- How can I concatenate str and int objects?
- error: Unable to find vcvarsall.bat
- pg_config executable not found
- error: Failed to load the native TensorFlow runtime
- ImportError: No module named ‘encodings’
- Using Pip to install packages to Anaconda Environment
- Find (and kill) process locking port 3000 on Mac
- PermissionError: [WinError 5] Access is denied
- Vim Can’t Save File (E212)
- Converting int to bytes in Python 3
- How to reinstall a pip package even if it exists
- clang error: unknown argument: ‘-mno-fused-madd’ (python package installation failure)
- python install wheel leads to import error
- Python sockets error TypeError: a bytes-like object is required, not ‘str’ with send function
- Properly formatted multiplication table
- Why is parenthesis in print voluntary in Python 2.7?
- python 3 – x for x for loops – how do they work?
- How to compare individual characters in two strings in Python 3
- Moving Average Pandas
- How to fix error “ERROR: Command errored out with exit status 1: python.” when trying to install django-heroku using pip
- sed command with -i option failing on Mac, but works on Linux
- Unable to resolve ‘requests’. IntelliSense may be missing for this module. Visual Studio/Python
- matplotlib: plot multiple columns of pandas data frame on the bar chart
- What is the difference between MacVim and regular Vim?
- What is an easy way to implement fprintf in python?
- Generator expression must be parenthesized if not sole argument
- Does python have header files like C/C++?
- Python webbrowser.open() to open Chrome browser
- hat’s a clean way to stop mongod on Mac OS X?