Skip to content

Commit

Permalink
Made same codeblocks for activate and deactivate
Browse files Browse the repository at this point in the history
  • Loading branch information
CRLannister authored Dec 2, 2024
1 parent 55353ab commit 474d65e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions chapters/ne/chapter0/1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,14 @@ ls -a
तपाईं activate र deactivate स्क्रिप्टहरू प्रयोग गरेर भर्चुअल इन्भाइरोमेन्टमा प्रवेश र बाहिर निस्कन सक्नुहुन्छ:


```
# भर्चुअल इन्भाइरोमेन्ट सक्रिय गर्न
source .env/bin/activate
```
source .env/bin/activate
```
# भर्चुअल इन्भाइरोमेन्ट निष्क्रिय गर्न

```
deactivate
```
deactivate
```


इन्भाइरोमेन्ट सक्रिय भएको छ कि छैन जाँच गर्न `which python` कमाण्ड चलाउन सक्नुहुन्छ: यदि यसले भर्चुअल इन्भाइरोमेन्टतर्फ इंगित गर्छ भने, तपाईंले सफलतापूर्वक सक्रिय गर्नुभएको छ!

Expand Down

0 comments on commit 474d65e

Please sign in to comment.