Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save renjithsraj/de508b5c88e5ad14445f3ec2d12a9a27 to your computer and use it in GitHub Desktop.
Save renjithsraj/de508b5c88e5ad14445f3ec2d12a9a27 to your computer and use it in GitHub Desktop.
Createing Virtualenv with PIP3
Create Virtualenv with Python3
==============================
1. mkvirtualenv --python=/usr/local/bin/python3 multichat
2. workon multichat
3. pip3 install ipython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment