install virtualenv
pip install virtualenv
activate it by doing this:
cd myproject/Scripts/activate
install virtualenv
pip install virtualenv
activate it by doing this:
cd myproject/Scripts/activate
create a venv
# Create the virtual environment.
python -m venv venv
# Activate the env.
venv\Scripts\activate.bat
virtual env in python
pip install --user virtualenv
py -m venv env
.\env\Scripts\activate
virtualenv
sudo apt install python3-venv
python3 -m venv my-project-env
source my-project-env/bin/activate
virtualenv
pip install virtualenv
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