question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install.rst has an incorrect step

See original GitHub issue

Describe 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

  1. Go to https://github.com/python/pythondotorg/blob/master/docs/source/install.rst
  2. Read and run:
# Go to the pythondotorg/ directory and activate the virtual environment.
$ cd ~/pythondotorg
$ . venv/bin/activate
  1. See venv does not exist: image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
eamanucommented, Apr 5, 2019

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

0reactions
eamanucommented, Apr 12, 2019

Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found