set_up_your_own_python_environment
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
set_up_your_own_python_environment [2020/11/03 05:16] – created peteyboy | set_up_your_own_python_environment [2024/12/25 06:08] (current) – ly” hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Set Up Your Local Python Environment ==== | ||
+ | |||
+ | Use the below to install python libraries that “normally” would be installed in a system directory such as ''/ | ||
+ | |||
+ | * ''< | ||
+ | * example: '' | ||
+ | * add this folder to your PATH (in '' | ||
+ | * '' | ||
+ | |||
+ | Here is an example: | ||
+ | |||
+ | //pip install < | ||
+ | |||
+ | **An alternative to this is to use python virtual environments** | ||
+ | |||
+ | Sources: | ||
+ | * https:// | ||
+ | * https:// | ||