Soufiane Belharbi

- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 7
-
Edited pycharm stuck at logging after ssh timeout
hi, i have a remote interpreter where deployment is done. things work fine. when there is no activity on pycharm 'long enough', it loses the connection to the host. this is fine since the host must... -
Edited environment variables. different remotes
hi, i have 2 different remote interpreters each one on a different server. on each server, we define the environment variable `VAR1` with different value on each server. when running scripts from ... -
Edited pip install --no-index : packages not found by pycharm
-- solved. hi, i configured pycharm to use a remote interpreter located within an env created using `virtualenv`. i installed some pacakges using `pip install <package>` downloaded from pypi. and i... -
Edited pycharm does not detect undefined variables
Answered[kinda-SOLVED] hello, suddenly, pycharm no longer flags undefined variables. any idea how to fix this? in the settings, undefined variables are checked to be inspected. other posts suggest to swit... -
Edited choose where to run interpreter over host with multiple deployment paths.
Answeredhello, i have a project that is deployed on server host A. but, i created 2 deployment paths on the same server for a reason. so, i can easily choose which path to synch using the pycharm deploymen...