Skip to content

Commit

Permalink
CHANGE rename venv folder
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzio committed Dec 13, 2024
1 parent 22f4e42 commit 33c2ba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ install-dev: install

# Setup virtual environment
venv:
python3 -m venv .pyenv
python3 -m venv .venv
ifdef OS # Windows
.pyenv\Scripts\activate && make install
.venv\Scripts\activate && make install
else # Linux
source .pyenv/bin/activate && make install
source .venv/bin/activate && make install
endif

# Rebuild requirements(-dev).txt
Expand Down

0 comments on commit 33c2ba2

Please # to comment.