"pipenv executable is not found "even after I don the configurations? Follow
I was following this Configure a Pipenv environment but I still get error " pipenv executable is not found ". in my mac I have python2 install and when I run python3 commands I run it with `python3.9 -m <command>` also I created `bash_profile` manually
Please sign in to leave a comment.
Hello,
Could you please open the terminal on mac and run:
> which pipenv
what will be the output?
Sorry for late. I did `which pipenv ` and I got nothing
Do you have pipenv installed? Step 3 https://www.jetbrains.com/help/pycharm/pipenv.html#install-pipenv
Yes it is installed inside python3.9 so when I say
$`pipenv --version`
I got
but when I use
I got
Please run in the terminal:
>python3.9 -m site --user-base
Add bin to this path to receive a string for adding to the ~/.bashrc file, for example:
$ export PATH="$PATH:/Users/jetbrains/.local/bin"
Run the following command to make the changes effective:
$ source ~/.bashrc