Python/virtualenv: Difference between revisions
< Python
Jump to navigation
Jump to search
(Created page with "<source lang="sh"> virtualenv venv </source>") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<source lang="sh"> | <source lang="sh"> | ||
virtualenv venv | virtualenv venv | ||
source venv/Scripts/activate | |||
pip install -r requirements.txt | |||
</source> | </source> | ||
https://stackoverflow.com/questions/53165857/activate-virtual-environment-in-windows-using-git-bash | |||
Latest revision as of 04:17, 9 October 2024
virtualenv venv
source venv/Scripts/activate
pip install -r requirements.txt
https://stackoverflow.com/questions/53165857/activate-virtual-environment-in-windows-using-git-bash