Skip to content

Instantly share code, notes, and snippets.

@wesinator
Created September 11, 2019 20:03
Show Gist options
  • Select an option

  • Save wesinator/f8158b6ffb185cc3c5cc253feb89b642 to your computer and use it in GitHub Desktop.

Select an option

Save wesinator/f8158b6ffb185cc3c5cc253feb89b642 to your computer and use it in GitHub Desktop.
Working install Python package under user
# avoid 'error: can't combine user with prefix, exec_prefix/home, or install_(plat)base'
# https://stackoverflow.com/questions/4495120/combine-user-with-prefix-error-with-setup-py-install/4495175#4495175
python setup.py install --user --prefix=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment