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.

".venv36" not existed on vagrant VM

See original GitHub issue

[Issue symptom] Today I cloned the repo and tried the vagrant VM with vagrant up followed by vagrant ssh. When logged into the VM, there’s an error line printed out with regard to non-existent .venv36 directory:

-bash: .venv36/bin/activate: No such file or directory

[Quick analysis] In the Vagrantfile there’s one line that attempts to put the virtual env activation command into .bashrc file. However the virtual env was not actually created as part of the Vagrantfile.

[Env] Though the issue feels like platform-independent, just in case it matters I spinned up the vagrant VM under a macOS 10.15.7 environment.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
lukechcommented, Nov 23, 2020

@jorisroovers thanks for making the changes. I tried to spin up a Ubuntu 20.04 VM using the latest Vagrantfile, and it worked perfectly. I’m going to close this issue.

0reactions
jorisrooverscommented, Nov 20, 2020

Should be fixed on main branch now. I took the opportunity to upgrade the Vagrant Box to 20.04 at the same time. Appreciate if you can let me know if you end up trying this out, will otherwise close this issue soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Re-associate vagrant with vm · Issue #1755 - GitHub
2nd this bug. $ vagrant status Current machine states: default not created (virtualbox) The environment has not yet been created. Run `vagrant ......
Read more >
Vagrant " VM not created." when trying to create box from ...
When you package a box, the box name has to be the specific machine name that you can get from VirtualBox (e.g. lucid_1372711888...
Read more >
config.vm - Vagrantfile | Vagrant - HashiCorp Developer
If the provider you are configuring does not exist or is not setup on the system of the person who runs vagrant up...
Read more >
Vagrant (for Mac and Windows) - JEDI Documentation
Though we will sometimes refer to Vagrant as the virtual machine provider, ... it is clear that you do not need to worry...
Read more >
Creating and Running VM Using VirtualBox/Vagrant
Instead of using Vagrant for creating and managing your VM, ... used to restart an existing VM that has been previously stopped; that...
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