Install.rst has an incorrect step
See original GitHub issueDescribe the bug On https://github.com/python/pythondotorg/blob/master/docs/source/install.rst one of the step is activate the virtual environment (sound how the venv is created) but venv don’t exist.
To Reproduce
- Go to
https://github.com/python/pythondotorg/blob/master/docs/source/install.rst
- Read and run:
# Go to the pythondotorg/ directory and activate the virtual environment.
$ cd ~/pythondotorg
$ . venv/bin/activate
- See venv does not exist:
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (18 by maintainers)
Top Results From Across the Web
Install RST and "this platform is not supported" error
Install RST and "this platform is not supported" error · 1. In the keyboard, press WinLogo key + R. · 2. In the...
Read more >Intel RST installation set up incorrectly - Windows 10 Forums
I'm hoping someone here can help me out with how to get it running properly. The issue is that it has 2 drives,...
Read more >3 Methods to Fix the Intel RST Service Not Running Error
Step 2: Go to the Services tab, then find Intel Rapid Storage Technology in the list. Check if it is running or not,...
Read more >Fix: Intel Rapid Storage Technology Driver is not installing
Many issues are reported about the Intel Rapid Storage Technology (RST) driver not installing, here's how you can fix them.
Read more >Ubuntu installation on computers with Intel(R) RST enabled
If the Ubuntu installer detects RST, and you have Windows installed on your system, there are several steps you need to do to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The solution was set the vars
ansible_python_interpreter: "/usr/bin/python3"
I wil make the PR adding this vars.I suppose that ansible check if setuptools exist for default python interpreter, and in this case (for me) python2 is default, and python2-setuptools was not installed. By the way, I think that this is an ansible bug, because the check (setuptool installed) must be with the “virtualenv_command” interpreter used
Thanks!