1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00

Revert "conda activate base if env_name not given (#400)" (#408)

This reverts commit cfbe99d3fb.
This commit is contained in:
Darren Schroeder 2023-03-12 08:13:09 -05:00 committed by GitHub
parent 471c81c5ff
commit 06dd1258c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Activate conda environment
export def-env activate [
env_name: string@'nu-complete conda envs' = "base" # name of the environment
--no-prompt # do not update the prompt
env_name: string@'nu-complete conda envs' # name of the environment
--no-prompt # do not update the prompt
] {
let conda_info = (conda info --envs --json | from json)