Skip to content

Instantly share code, notes, and snippets.

@aleofreddi
Last active August 6, 2024 09:43
Show Gist options
  • Save aleofreddi/0f233e582716c23af9cbc85ccb94e790 to your computer and use it in GitHub Desktop.
Save aleofreddi/0f233e582716c23af9cbc85ccb94e790 to your computer and use it in GitHub Desktop.
macOS: install virtualenv
# 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