Closed i3visio closed 7 years ago
Seems to be the same issue of #187.
Can anyone using Mac confirm is this is happening when installing it using virtualenv. Instructions as follow:
$ pip install virtualenv --user
$ virtualenv osrframework
$ source osrframework/bin/activate
The prompt will change now:
(osrframework)$ pip install osrframework
[…]
(osrframework)$ usufy.py -n i3visio -p twitter github
Is this working?
Returning to the standard prompt would be as follows:
(osrframework)$ deactivate
$
Add explanations on how to fix this in INSTALL.md.
Tested with 0.15.0rc13.
After the installation of OSRFramework using:
The
usufy.py
is not available and is not installed in~/.local/bin
. The framework seems to be properly installed because doing the following does NOT throw any import error: