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 1
1
- name : Ready to use Python environment
2
- ready : false
3
2
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:
5
7
6
- 1. Install Fedora.
7
- 2. There is no step 2.
8
+ [fedora]$ pyvenv env
9
+ [fedora]$ . env/bin/activate
10
+ (env) [fedora]$ python ...
8
11
logo : prompt
9
12
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 !
12
15
- name : All the Pythons
13
16
content : |
14
17
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