Can I change the path /Users/nolan/miniconda/envs/ to another one when creating a virtual environment ? I\'d like it to be specific to my project directory. (As we can do wi
conda create -p env-dir is the possible solution which i used where venv, virtualenv and even pipenv failed as I used berrycomda on my raspberrypi
conda create -p env-dir