Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
bronlib
Total activity
12
Last activity
February 05, 2020 19:13
Member since
May 16, 2018 12:36
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
May 16, 2018 13:11
Let me update after some further searching I found a post: https://github.com/nficano/python-lambda/pull/110/commits/12fd4d2caa628e0182f81a8570a51661e1c4e165 and the solution is to use from pip._i...
Community
PyCharm
pycharm pip error - AttributeError: module 'pip' has no attribute 'main'
1 vote
Created
February 05, 2020 19:13
I didn't activate the virtual environment on purpose: I have different project each with their own virtual environment. I like to work with each of them without having to relaunch pycharm. I reali...
Community
PyCharm
pycharm on osx with venv, path incomplete
0 votes
Created
February 04, 2020 20:00
thanks for your consideration. sys.executable returns: /Users/bronlib/development/trialproject/venv_mac/bin/python (when called with the default configuration; no manual intervention) which pyt...
Community
PyCharm
pycharm on osx with venv, path incomplete
0 votes
Created
December 23, 2018 10:10
Hi Andrey & Jiri, Thanks for you support. I guess my problem is that I incorrectly interpreted the effect of adding a path to the "project interpreter path. Below is a complete screen shot. I expec...
Community
PyCharm
Adding an interpreter path seems to have no effect
0 votes
Created
December 14, 2018 21:13
Hi Jiri, Thanks for the answer. It still didn't work. It can't find any executables under the "\Scripts" directory, even if I add that path to the interpreters path in PyCharm. To illustrate this, ...
Community
PyCharm
Adding an interpreter path seems to have no effect
0 votes
Created
May 16, 2018 12:44
I only see one short-term solution: JetBrains send out an update in which pip is called via mechanism like (non-pythonic way) os.system("pip install {:s}".format(package_to_install)) The l...
Community
PyCharm
pycharm pip error - AttributeError: module 'pip' has no attribute 'main'
0 votes