You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the use of --external-env completely ignores any environment defined in the project we don't need to fail if no environment.yml or conda-project.yml file is found
> mkdir empty
> cd empty
> conda-project run --external-env base python -c 'import sys;print(sys.executable)'
CondaProjectError: No conda environment.yml or environment.yaml file was found.
This should instead return the path of the Python executable in your base conda env.
The text was updated successfully, but these errors were encountered:
Since the use of
--external-env
completely ignores any environment defined in the project we don't need to fail if noenvironment.yml
orconda-project.yml
file is foundThis should instead return the path of the Python executable in your
base
conda env.The text was updated successfully, but these errors were encountered: