How to Install virtualenv with Python 3 on Mac and Linux

preview_player
Показать описание
Learn how to install virtualenv with any version of Python on Mac and Linux. In this tutorial, we use create a virtualenv with Python 3.6.5 by building Python from source.

Рекомендации по теме
Комментарии
Автор

When running the virtualenv command, I got output "Virtualenv Command Not Found"

To solve the issue, do "pip uninstall virtualenv" and then reinstall it with "sudo pip install virtualenv" (or install as root).

Thanks Tony, got OpenSSL instead of libressl going on my mac this way.

xReeco
Автор

Hi! This video was great, just what I was looking for. Quick question, when I write ./configure… i get an error “-bash: ./configure: No such file or directory, but path is correct, do you know what else could it be?

jerjesaguirre
Автор

Hey @Tony Teaches Tech,
Thank you for the tutorial!

I have a question, how do I delete every installed python environment installed on my mac? I think I have python/python env collisions on my laptop since multiple people installed multiple versions and types of installation. Any tips or tutorials regarding my question?
Thanks!

ronigavrilov