Last active
March 8, 2023 02:01
-
-
Save atodev/1ca0ed0ca170679d9f33f8d95a11d6c6 to your computer and use it in GitHub Desktop.
[Virtual environment]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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