You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

pip install --user package_name


conda init

mv .bashrc .profile


conda create --prefix ~/myenv

conda activate ~/myenv

conda install ipykernel pytorch

ipython kernel install --user --name=mykernel
  • No labels