# \`vagrant up\` not from command line?

**URL:** https://meta.discourse.org/t/vagrant-up-not-from-command-line/41262
**Category:** Development
**Created:** [2016年三月18日 11:17 UTC](https://meta.discourse.org/t/vagrant-up-not-from-command-line/41262 "2016-03-18T11:17:06Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![GaurangTandon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gaurangtandon/32/52384_2.png) [@GaurangTandon](https://meta.discourse.org/u/GaurangTandon)
#### Post date: [2016年三月19日 04:46 UTC](https://meta.discourse.org/t/vagrant-up-not-from-command-line/41262/9 "2016-03-19T04:46:05Z")

</div>

Ok, my `discourse` folder (that I had cloned from the main site) was on F drive. And my `.box` file was on desktop. I moved the `.box` file inside F drive, so that `discourse` folder and `.box` file were siblings inside F drive. And this time, using relative paths worked:

```
vagrant box add discourse-1.3.0 '..\discourse-1.3.0.box'

```

Thank you discourse people for your amazing support! 😃

---

_[View the full topic](https://meta.discourse.org/t/vagrant-up-not-from-command-line/41262)._
