We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351511d commit d756685Copy full SHA for d756685
1 file changed
points.yml
@@ -1,14 +1,17 @@
1
- name: Ready to use Python environment
2
- ready: false
3
content: |
4
- How to get Python ready for use:
+ On Fedora, Python comes pre-installed, ready for you to dive in.
+ 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:
7
- 1. Install Fedora.
- 2. There is no step 2.
8
+ [fedora]$ pyvenv env
9
+ [fedora]$ . env/bin/activate
10
+ (env) [fedora]$ python ...
11
logo: prompt
12
link:
- href: http://example.com
- caption: Find out more!
13
+ href: https://developer.fedoraproject.org/tech/languages/python/python-installation.html
14
+ caption: Get started!
15
- name: All the Pythons
16
17
Fedora includes a great many versions of Python: CPython in multiple 3.X
0 commit comments