".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:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top 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 >
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 Free
Top 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
@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.
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.