fixes #12
All checks were successful
/ Lint Check Shellscripts (push) Successful in 16s

This commit is contained in:
Phani Pavan K
2026-02-06 13:14:47 +05:30
parent a64bd7c8a6
commit fb0257d60f

1
penv
View File

@@ -67,6 +67,7 @@ create(){
python -m pip install ipykernel ipywidgets python -m pip install ipykernel ipywidgets
python -m ipykernel install --user --name "$name" python -m ipykernel install --user --name "$name"
echo echo
echo "--------------------------------------------------------------"
echo "Created \"$name\". It should be available as a Jupyter Kernel." echo "Created \"$name\". It should be available as a Jupyter Kernel."
echo "Use \"pact $name\" to activate in command line." echo "Use \"pact $name\" to activate in command line."
deactivate deactivate