79673595

Date: 2025-06-20 14:55:19
Score: 1
Natty:
Report link

Open a virtual environment(venv) in your Specific folder location.
go through this to install conda/miniconda using only the terminal for mac zsh.

To create a Conda virtual environment in a specific folder


conda create --prefix ~/Folder_path/name_of_env python=3.11

this is how you install venv in specific folder.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Glitch