Usually, we activate a conda environment with the command:
source activate env_name
Is it possible to activate conda environment with its f
Sure, this is a old question but writing the answer for folks returning to this page. When you create a conda environment with the prefix, you'll not be allowed to give it a name. Please follow the below steps so that you'll have name for your conda environment and can activate it directly by using the name rather than the full path.
With the new versions of conda, we dont have this issue anymore.