Skip to content

Commit 0cbe5f5

Browse files
authored
Use mamba to activate the environment
1 parent 79472f5 commit 0cbe5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pip uninstall jupyterlite-p5-kernel
4141

4242
# create a new enviroment
4343
mamba create --name jupyterlite-p5-kernel -c conda-forge python=3.9 yarn jupyterlab
44-
conda activate jupyterlite-p5-kernel
44+
mamba activate jupyterlite-p5-kernel
4545

4646
# Install package in development mode
4747
python -m pip install -e .

0 commit comments

Comments
 (0)