Last active
August 6, 2024 09:43
-
-
Save aleofreddi/0f233e582716c23af9cbc85ccb94e790 to your computer and use it in GitHub Desktop.
macOS: install virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I'm always scared of using easy_install and pip on the root python installation as it might screw up things! | |
# | |
# So this is a reminder that for pip & virtualenv will work fine on macOS | |
# | |
sudo easy_install pip && sudo pip install virtualenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment