Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Update mac setup to address error -bash: mkvirtualenv: command not found #2729

Open
dekuhn opened this issue Apr 9, 2019 · 0 comments
Open
Assignees
Labels
0 - Backlog Issue to be considered at some point in the future module: documentation priority: p3 Desirable enhancement or minor bug fix triaged: yes

Comments

@dekuhn
Copy link
Contributor

dekuhn commented Apr 9, 2019

On new setup getting error -bash: mkvirtualenv: command not found when trying to make the virtual env.

Update developer setup guide for mac with source command fix help based this article Update: https://forsetisecurity.org/docs/latest/develop/dev/setup.html#creating-a-virtualenv

  1. Add note to ensure installing with sudo as pip also suggests you can use --user
    sudo pip install virtualenvwrapper

  2. Add the below source command otherwise getting error: -bash: mkvirtualenv: command not found when trying to make the virtual env.
    source /usr/local/bin/virtualenvwrapper.sh

Source: https://stackoverflow.com/questions/12232421/virtualenvwrapper-commands-arent-working/12232902

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
0 - Backlog Issue to be considered at some point in the future module: documentation priority: p3 Desirable enhancement or minor bug fix triaged: yes
Projects
None yet
Development

No branches or pull requests

3 participants