datajoint / datajoint-docs

Landing Page for DataJoint Documentation
https://datajoint.com/docs
MIT License
4 stars 11 forks source link

Command to activate conda environment fixed #41

Closed virenvarma007 closed 1 year ago

virenvarma007 commented 1 year ago

Originally to create and activate a conda environment for DataJoint the following commands were used:

conda create --name datajoint-workflow- python=3.9 conda activate dj-workflow-

which has been changed to the following as the environment created and the one activated had a different name. Thus I propose the following change to keep it constant and throw the error 'conda environment not found'.

conda create --name datajoint-workflow- python=3.9 conda activate datajoint-workflow-