User:Bohye Woo/nltk-Terms of Service: Difference between revisions
(Created page with "===1. To create a virtual environment==== cd to the place you want to make it and... <source lang="javascript"> python3 -m venv venv </source> ===2. To activate a virtual...") |
No edit summary |
||
Line 1: | Line 1: | ||
==Virtual Environment== | |||
===1. To create a virtual environment==== | ===1. To create a virtual environment==== | ||
cd to the place you want to make it and... | cd to the place you want to make it and... |
Revision as of 14:31, 23 March 2020
Virtual Environment
1. To create a virtual environment=
cd to the place you want to make it and...
python3 -m venv venv
2. To activate a virtual environment
cd to the folder where "venv" is and...
source venb/bin/activate