Skip to content

Instantly share code, notes, and snippets.

@atodev
Last active March 8, 2023 02:01
Show Gist options
  • Save atodev/1ca0ed0ca170679d9f33f8d95a11d6c6 to your computer and use it in GitHub Desktop.
Save atodev/1ca0ed0ca170679d9f33f8d95a11d6c6 to your computer and use it in GitHub Desktop.
[Virtual environment]
tombutler@Toms-MBP imageClassification % python -m venv imageclassification
tombutler@Toms-MBP imageClassification % source imageclassification/bin/activate
tombutler@Toms-MBP imageClassification % pip install ipykernel
tombutler@Toms-MBP imageClassification % python -m ipykernel install --name=imageclassification
jupyter kernelspec list
-- to delete
jupyter kernel uninstall <name>
python -m venv imageclassification
-- activate
.\imageclassification\Scripts\activate
pip install ipykernel
python -m ipykernel install --name=imageclassification
jupyter kernelspec list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment