Skip to content

Commit

Permalink
venv with Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RihabFekii committed Mar 31, 2023
1 parent 7c8b9c9 commit 719b529
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PYTHON_INTERPRETER = python3

env:
@echo ">>> Creating a python virtual environment with venv"
$(PYTHON_INTERPRETER) -m venv env
@echo ">>> A new virtual env is created. Activate it with:\nsource env/bin/activate ."

0 comments on commit 719b529

Please sign in to comment.