Skip to content

Instantly share code, notes, and snippets.

@olliefr
Last active July 11, 2022 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olliefr/f2cf97267a813dab82c1baa011bbd5bb to your computer and use it in GitHub Desktop.
Save olliefr/f2cf97267a813dab82c1baa011bbd5bb to your computer and use it in GitHub Desktop.
Create a new isolated environment for Python
mkdir sandpit-one && cd $_
conda create --prefix ./conda --yes python=3.8 ipython
conda activate ./conda
python -m pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment