Closed ganesh2183 closed 2 years ago
No idea! Just try it out the usual way and see if it works :)
Hi @tristanlatr
When i try to run 'burpa' command, getting the error (attached screenshot for reference).
@tristanlatr Please help on this issue to resolve it.
This looks like an issue with python-dotenv.
The root cause is probably linked to the fact that your burpa installation resides in another drive than your current working directory.
You could open a pull request and introduce a new option: --no-dotenv
, which would skip the find_dotenv()
call in Burpa.__init__
, this will solve your issue. But as a side effect, you won’t be able to use .env
files to store burpa configurations.
Tell me what you think,
@tristanlatr i tried installing burpa installation in same current working directory (C:\Program Files). Burpsuite and Python3.9 installed in 'C:\Program Files'
where & how to use --no-dotenv option.
Python version recommended? Any other way to resolve this issue.
--no-dotenv option Does not exist yet. What I’m saying is that you could create that option to work around your problem. Tell me if you think that’s possible.
Please try installing burpa with pip install git+https://github.com/tristanlatr/burpa
, it should install the latest version.
@tristanlatr It worked. Thanks :-)
Hi,
How to install burpa in Windows OS machine.
Python & Pip version supported ?