Skip to content

Instantly share code, notes, and snippets.

@franaudo
Created May 2, 2020 09:01
Show Gist options
  • Save franaudo/dac80b4ff7809288afac371244be6032 to your computer and use it in GitHub Desktop.
Save franaudo/dac80b4ff7809288afac371244be6032 to your computer and use it in GitHub Desktop.
  • backup the original python: mv <blender_folder/2.81/python/> <blender_folder/2.81/original_python>

  • activate the environment you want to use blender with: conda activate <env>

  • find the location of the python interpreter which python

  • create a symbolic link between the folders: ln -s <env folder> <blender_folder/2.81/>

  • rename the folder so that blender can find it: mv <blender_folder/2.81/<env>> <blender_folder/2.81/python>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment