Created
August 9, 2023 04:20
-
-
Save palawer/00f1b7c83bfca8873dece2e0b45494e5 to your computer and use it in GitHub Desktop.
Conda env
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
conda create -n py3.11 python=3.11 | |
conda activate py3.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment