質問編集履歴
1
環境設定を修正
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -4,7 +4,7 @@ 
     | 
|
| 
       4 
4 
     | 
    
         | 
| 
       5 
5 
     | 
    
         
             
            cron環境設定
         
     | 
| 
       6 
6 
     | 
    
         
             
            ```
         
     | 
| 
       7 
     | 
    
         
            -
            5 * * * * /Users/test_user/anaconda3/bin/ 
     | 
| 
      
 7 
     | 
    
         
            +
            5 * * * * /Users/test_user/anaconda3/bin/python3 /Users/test_user/trading/cron_test.py;
         
     | 
| 
       8 
8 
     | 
    
         
             
            ```
         
     | 
| 
       9 
9 
     | 
    
         
             
            ならば実行できていますが、そこからanacondaの別の環境で実行することは可能でしょうか?
         
     | 
| 
       10 
10 
     | 
    
         |