79434126

Date: 2025-02-12 18:51:20
Score: 1.5
Natty:
Report link

You don't need conda to use a virtual environnement, you only need python and pip.

All your dependancy should be in the folder .venv of your project that you can move with your projet to a new computer.

to create one use the command: python -m venv /path/to/new/virtual/environment

The docs is here: https://docs.python.org/3/library/venv.html

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: François Duguay-Giguère