File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11- name : Ready to use Python environment
2- ready : false
32 content : |
4- How to get Python ready for use:
3+ On Fedora, Python comes pre-installed, ready for you to dive in.
4+ With first class support for Python virtual environments.
5+ Out of the box, no need to guess a magic package name to install to get started.
6+ Look:
57
6- 1. Install Fedora.
7- 2. There is no step 2.
8+ [fedora]$ pyvenv env
9+ [fedora]$ . env/bin/activate
10+ (env) [fedora]$ python ...
811 logo : prompt
912 link :
10- href : http ://example.com
11- caption : Find out more !
13+ href : https ://developer.fedoraproject.org/tech/languages/python/python-installation.html
14+ caption : Get started !
1215- name : All the Pythons
1316 content : |
1417 Fedora includes a great many versions of Python: CPython in multiple 3.X
You can’t perform that action at this time.
0 commit comments