You are viewing a single comment's thread from:

RE: [Python Tips] Are you still using Pip?

in #python-tips5 years ago (edited)

Thank you for sharing this way of making virtual environments (pipenv). Very well explained and now I will practice it. The two ways you knew are:
a) virtualenv python-exercise
b) python -m venv python-exercise

Every day I learn more about python, this time thanks to you @themarkymark