Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mark
Total activity
17
Last activity
July 26, 2023 16:34
Member since
December 16, 2014 02:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (6)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
July 26, 2023 16:34
That link is for Windows domain authentication, not Windows credential authentication. The latter simply uses the current user's credentials whereas the former requires explicitly specifying the do...
Community
DataGrip
Connecting to LocalDb
0 votes
Created
July 26, 2023 15:33
Thanx for the replies, Arina & vasily! I was able to connect, finally. I think I'd left out choosing a database, thinking I would be offered a choice after the connection was established, that bein...
Community
DataGrip
Connecting to LocalDb
0 votes
Created
October 28, 2019 16:17
Okay, solved. Turns out Pycharm or python is very persnickety when it comes to how the /etc/sudoers.d/python file is set up. Referring to the executable as "python3" -- which is one of the executab...
Community
PyCharm
venv when running sudo under linux
0 votes
Created
October 28, 2019 02:19
sigh... So I found an old forum thread that talked about setting up an interpreter with root privileges. It pointed out that the python3-sudo.sh script I ought to be in my project home bin director...
Community
PyCharm
venv when running sudo under linux
0 votes
Created
October 28, 2019 01:36
Did a bit more playing around... I believe my problem relates to not having set up the interpreter correctly for the project. When I pointed the interpreter at the /usr/local/python-sudo.sh script ...
Community
PyCharm
venv when running sudo under linux
0 votes