Octavio del Sueldo
PreguntaHola tuve un problema con el pip al querer instalar el entorno virtual. Alguien me ayuda por favor?
MacBook-Pro-de-Octavio:Curso_de_Python octads$ python get-pip.py DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Defaulting to user installation because normal site-packages is not writeable Collecting pip Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.0.2 Uninstalling pip-20.0.2: Successfully uninstalled pip-20.0.2 WARNING: The scripts pip, pip2 and pip2.7 are installed in '/Users/octads/Library/Python/2.7/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed pip-20.0.2 MacBook-Pro-de-Octavio:Curso_de_Python octads$ pip install virtualenv -bash: pip: command not found

Luis Carlos Meza
Que versión de python tienes instalada?