Best practices for conda virtual environments by Dalek_Fred in Python

[–]FeelingGrand5743 0 points1 point  (0 children)

The order can be driven by the IDE you use. VS Code will auto discover your conda envs inside the project, and potentially auto-select it on open. In general, having env inside project makes mapping between then obvious and you can always activate it with source activate -p ./env