virtual env in python
pip install --user virtualenv
py -m venv env
.envScriptsactivate
virtual env in python
pip install --user virtualenv
py -m venv env
.envScriptsactivate
python virtual env
$ virtualenv -p /usr/bin/python2.7 venv
virtualenv
# installs PIP globally
curl https://bootstrap.pypa.io/get-pip.py | python
# installs virtualenv globally
pip install virtualenv
# creates a virtualenv
virtualenv -p python2.7 venv
# activates the virtualenv
source venv/bin/activate
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us