Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/python
    
    ...
    sysconfig_output_after = '\\'.join(sysconfig_output_before.split('/'))
    print sysconfig_output_before
    print sysconfig_output_after
    
  2. or download this
    /home/user/PythonVirtualEnvironment/bin/python /home/user/Downloads/Py
    +thonProject/test.py
    /home/user/.local
    \home\user\.local
    
  3. or download this
    1. the directory from which the application loaded.
    2. the current directory
    3. the Windows system directory
    4. the Windows directory
    5. the directories in the PATH environment variable
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    perl test_2.pl
    Befofe: /home/user/.local
    After: \home\user\.local