]> granicus.if.org Git - esp-idf/commit
Encourage to install python packages without administrative rights
authorRoland Dobai <dobai.roland@gmail.com>
Fri, 7 Sep 2018 07:14:05 +0000 (09:14 +0200)
committerRoland Dobai <dobai.roland@gmail.com>
Tue, 11 Sep 2018 06:54:37 +0000 (08:54 +0200)
commitc3d99dd2e414b9b953bb0815ac14af61b7d1dd7b
tree87b90d5b7dcaa75d46af66ef1c838b6dee48b35f
parent5eb452f72e73529991152ea48fb1ac250266d33c
Encourage to install python packages without administrative rights

Using 'sudo pip install' can cause a lot of problems because usually
there are a couple of Python interpreters installed. This fix encourages
developers to use `pip install --user` instead which is safer.
docs/en/contribute/documenting-code.rst
docs/en/get-started-cmake/macos-setup-scratch.rst
docs/en/get-started-cmake/macos-setup.rst
docs/en/get-started-cmake/windows-setup-scratch.rst
docs/en/get-started/index.rst
docs/requirements.txt
docs/zh_CN/get-started/index.rst
tools/check_python_dependencies.py
tools/tiny-test-fw/docs/index.rst