kernel name changed: default kernel must be named "python3"
This commit is contained in:
parent
cb13663874
commit
0b9bef7810
|
@ -83,7 +83,7 @@ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh
|
|||
mkdir -p /opt/conda/envs/
|
||||
|
||||
/opt/conda/bin/conda create --prefix /opt/conda/envs/default_python python=3.7 ipykernel --yes
|
||||
/opt/conda/envs/default_python/bin/python -m ipykernel install --prefix /usr/local/ --name 'default_python' --display-name "Python (default)"
|
||||
/opt/conda/envs/default_python/bin/python -m ipykernel install --prefix /usr/local/ --name 'python3' --display-name "Python (default)"
|
||||
|
||||
|
||||
#install ofen used python packages for default environment
|
||||
|
|
Loading…
Reference in New Issue