Created
September 11, 2019 20:03
-
-
Save wesinator/f8158b6ffb185cc3c5cc253feb89b642 to your computer and use it in GitHub Desktop.
Working install Python package under user
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
| # 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