I am using pycharm remote execution to run scripts on a remote server. I saw that bash_profile (or other startup scripts) are not executing - is there a way to do this?
preferably not in the “launch configurations” that are needed for each script (I have many scripts), but in the general configuration
The problem is not related to Pycharm.
You must add the environment variable to the remote machine ~ / .bashrc
VAR="VALUE" export VAR
SSH , ?
Vagrant,
Source: https://habr.com/ru/post/1622692/More articles:how to mask data of a specific array based on shapefile - pythonrun script before loading parameters - assemblyРежим поддержки Renderscript в настоящее время не поддерживается с целью Renderscript 21+ - androidDrag the file to the cursor position under the mouse - javascriptPython text editor (very simple) - python-2.7Точка тестирования с в/из векторного шейп файла - pythonGovernment recovery only works when connected to Xcode - iosShow design if Dataset doesn't return string in SSRS - sql-serverStop Cell Recycling in Xamarin Forms ListView - listviewCreating Boost libraries with Android NDK 10 and Clang Toolchain - c ++All Articles